Forum Discussion
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!
- Dario_Garrido
Noctilucent
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.
- Ysiak
Altostratus
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.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com