Forum Discussion
Samit_jadhav
Altostratus
Aug 15, 2020Pool 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
Aug 17, 2020Hello 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>&1Note: replace <server> with the IP or hostname.
2) Capture traffic using tcpdump or ssldump to check that no SSL error are occurring.
Regards,
Dario.
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects