Forum Discussion

Aaron_Warner_11's avatar
Aaron_Warner_11
Icon for Nimbostratus rankNimbostratus
Feb 26, 2019
Solved

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...
  • Dylan_375544's avatar
    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