Forum Discussion
bigipjr28_13978
Mar 04, 2015Nimbostratus
HTTPS default health monitor
Hey guys,
What exactly does the default https health monitor preform? We have an application where it uses the default https health monitor but no longer works as its marking the nodes down in t...
Mar 04, 2015
Hi bigipjr28,
the default "GET /\r\n" may result in an immediate connection reset by the server. Please try to build a new custom https monitor using the existing https monitor as parent. The new request string would be as follows:
GET / HTTP/1.0\r\nConnection: close\r\n\r\n
You can use cURL on cli to test the server response to figure out a proper receive string:
curl -I -k https:///
Thanks, Stephan
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