08-Dec-2021
23:53
- last edited on
04-Jun-2023
19:14
by
JimmyPackets
Hello,
following problem:
we've some pools with https monitors like this:
send string:GET /some/pingservlet HTTP/1.0\r\n\r\n
receive string: 200 OK
no alias service port, no server ssl-profile
now the server admin changed on the server from apache with tls 1.0 to tomcat with tls 1.2
after that the monitor fails, but when I change on the pool the monitor to tcp or something like this, the server is up and now I change the monitor back to the original https monitor, the server is still up
when I check with curl -vk when the Server marks down i could still see "HTTP/1.1 200 OK"
Any idea, why the the monitor fails and after change and change back the monitor shows up?
Thank You
Solved! Go to Solution.
09-Dec-2021 00:07
f***
I think I've found the cause:
https://cdn.f5.com/product/bugtracker/ID953601.html
08-Dec-2021 23:55
I forgot: Version is 14.1.4.4
09-Dec-2021 00:07
f***
I think I've found the cause:
https://cdn.f5.com/product/bugtracker/ID953601.html
09-Dec-2021 00:49
Please add the http version 1.1 and host header in send sting keep receive string as same.
Example :
GET /some/pingservlet HTTP/1.1\r\nHost:* \r\nConnection: Close\r\n\r\n
or
GET /some/pingservlet HTTP/1.1\r\nHost:abc.com \r\nConnection: Close\r\n\r\n
09-Dec-2021 01:30
thank you, but option 1 didn't mak it better, option 2 we can't use because we use one monitor for multiple pools