Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP/2 monitor work with Port 80

F5_LB_Eng
Cirrostratus
Cirrostratus

Hi All,

 

i have pool member with port 80 and monitor i am using is http2 and another pool member with port 443 same http2 monitor am using.

 

port 443 pool member coming up and working fine.

port 80 pool member is not coming up and it shows down..

 

monitor used is

 

ltm monitor http2 MONI_STD_HTTP2_70.70.70.70_80 {

adaptive disabled

defaults-from http2

destination *:*

interval 5

ip-dscp 0

recv "HTTP_SERVICE_IS_ENABLED"

recv-disable HTTP_SERVICE_IS_DISABLED

send "GET /status/status.html HTTP/2\r\nHost: abcd.sooo.de\r\nConnection: Close\r\n\r\n"

time-until-up 16

timeout 16

}

 

can you update why its not working with port 80

1 REPLY 1

Hi  ,

 

Can you try the below for your 80 port and see if you can get the expected response,

 

curl --http2 -kv http://ip/status/status.html 

 

Similarly try it for 443 and see the difference. For more detail, refer this article.