I have upgraded gss to version 3.2(0) because I need to track a server that uses only https.
I configured a https head KA VIP answer type but the answer never goes on-line.
I tried using www.google.com as the VIP address but not go online too.
The gss is behind a firewall.
I suspected of the firewall but from the gss CLI it seems that the firewall is open for the https traffic:
200.189.189.232 is the server IP and 74.125.234.48 is the www.google.com IP
GSS-02.dms.local#telnet 200.189.189.232 443
Trying 200.189.189.232...
Connected to 200.189.189.232.
Escape character is '^]'.
Connection closed by foreign host.
GSS-02.dms.local#telnet 74.125.234.48 443
Trying 74.125.234.48...
Connected to 74.125.234.48.
Escape character is '^]'.
Connection closed by foreign host.
GSS-02.dms.local#
Can anyone help me on this configuration?
Thanks