Forum Discussion

Marcus_10406's avatar
Marcus_10406
Icon for Nimbostratus rankNimbostratus
Jul 18, 2012

How to use specific page to monitor HTTPS pool in LTM?

Hi Guys,

 

 

I'm currently having issue on monitoring https pool in LTM by calling certain aspx page on the pool memebers. Bascially I have a monitor.aspx page installed on all 3 webservers. And I have a http pool(port80) and https pool(port 443) contains these 3 server memebers. on http pool, I'm using http monitor by sending GET string to call this monitor.aspx page and receiving 'serverisup' string to keep the server up in my pool. But in HTTPS pool, when I'm trying to use the same way to monitor it, it doesn't work. All memebers went offline immediately once I apply the monitor to it. I have changed the monitor type from http to https but still the same.

 

 

anyone has encoutered the same issue as I did?

 

 

Sincerely Thanks

 

  • But in HTTPS pool, when I'm trying to use the same way to monitor it, it doesn't work. All memebers went offline immediately once I apply the monitor to it.it failed ssl handshake, didn't it? have you tried ssldump to see what was going on?

     

     

    sol10209: Overview of packet tracing with the ssldump utility

     

    http://support.f5.com/kb/en-us/solutions/public/10000/200/sol10209.html

     

     

    Troubleshooting TLS Problems With ssldump

     

    https://devcentral.f5.com/Tutorials/TechTips/tabid/63/articleType/ArticleView/articleId/1086394/Troubleshooting-TLS-Problems-With-ssldump.aspx

     

     

    I have changed the monitor type from http to https but still the same. if it is https server, i believe you have to use https (not http) monitor type.