Aaron_Warner_11
Feb 26, 2019Nimbostratus
vCloud HTTPS monitor broke after upgrade of backend vCloud director
I have a very simple monitor for vCloud director.
the Send String was
GET /cloud/server_status \r\n
and the receive String was
Service is up.
This was happy and fine, then we upgraded f...
- Feb 26, 2019
Try adding a Host: header to your send string. I believe HTTP/1.1 requires it even if it is empty.
Something like
GET /cloud/server_status HTTP/1.1\r\nHost:\r\n\r\n
Hope that helps! If it does please up-vote and select this answer, it'd be greatly appreciated!
-Dylan