Hello all,
I am running a https_ckeck to call a WebService. The response should contain a string true → I get a HTTP response status 200 .the check is ok and true is found.
if I do the same check, but this time not directly but via a loadbalancer which requires https → I get a HTTPs response status 200 but the check is not ok so true not found.
this second check works fine with postman and returns true.
the config seems to be ok. I don’t understand why it doesn’t find true. and i can’t find the whole response anywhere. i only see :
HTTP CRITICAL: HTTP/1.1 200 OK - pattern not found - 3028 bytes in 0.016 second response time
does anyone please have an idea what the problem could be ?
