Forum Discussion

Samit_jadhav's avatar
Samit_jadhav
Icon for Altostratus rankAltostratus
Aug 16, 2020

Pool members aren't coming up after applying https monitor to the pool

Pool members aren't coming up after applying https monitor.

Send string : GET /BrowserWeb HTTP/1.1\r\n

Receive string : 200

 

Could anyone assist. Thanks!

 

2 Replies

  • Hello Samit.

    Three steps for troubleshooting:

    1) If it were possible, check with a HTTP monitor using the same config.

    2) Use curl or openssl for checking if the response is correct (200 OK).

    # curl -kv https://<server>/BrowserWeb
    # echo -e "GET /BrowserWeb HTTP/1.1\r\nHost:<server>\r\n\r\n" | openssl s_client -quiet -connect <server>:443 2>&1

    Note: replace <server> with the IP or hostname.

    2) Capture traffic using tcpdump or ssldump to check that no SSL error are occurring.

    Regards,

    Dario.

  • First just check if node have any monitor (maybe default). If node monitor failed, pool will be down even if pool monitor status is ok.