Https check Response

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 ?

You probably have to set “Virtual host” in the check rule parameters.

1 Like

you have saved my weekend. many many thanks for the quick and correct answer.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.