Forum Discussion

Raj_57800's avatar
Raj_57800
Icon for Nimbostratus rankNimbostratus
Sep 13, 2010

Creating a HTTPS monitor on GTM 9.3.1

Hi All,

 

 

I am trying to create a https monitor for a node configured in the GTM ver 9.3.1. I have the following config

 

 

GET https://server1.xxx.com/certsrv/mscep/mscep.dll HTTP/1.1\r\nConnection: Close\r\n

 

 

This monitor works good without a returnsting, but if add a value in the return string the monitor is failing. I as using a string which exists in the web page.

 

 

Need help to figure what mistake is done.

 

 

Raj

 

 

  • George_Watkins_'s avatar
    George_Watkins_
    Historic F5 Account
    Hi Raj,

     

     

    There a couple ways to troubleshoot send/receive string monitors. I like to use curl directly from the GTM to see what the response looks like. Try this: 'curl -k https://server1.xxx.com/certsrv/mscep/mscep.dll'. Look at the output and see if there is something that you can key your receive string on.

     

     

    -George