cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
487
Views
4
Helpful
4
Replies

Can you have a keepaliaves to a .asp page using port 443

michael.e.reid
Level 1
Level 1

Can you have a keepaliaves to a .asp page using port 443

For example:

service 1.2.3.4-443

ip address 1.2.3.4

port 443

protocol tcp

keepalive port 443

keepalive type https

keepalive uri "/anonymous/keepalive.asp"

active

I think it is NOT possible so what are the alternatives ?

4 Replies 4

Gilles Dufour
Cisco Employee
Cisco Employee

port 443 is for ssl and therefore the traffic is supposed to be encrypted.

You can use GET request with HTTPS only if you have the SSL module and the latest 7.50 version.

The alternative is the ssl keepalive that initiate a SSL negotiation to verify if the server is still working fine.

Regards,

Gilles.

Thanks for rating this answer.

Hi Gilles,

Can you confirm that encrypted (HTTPS) keepalives are not suppoorted if I don't have the SSL module?

This is for a CSS11503 running 7.50.1.03.

The service in this case is strictly for HTTPS traffic only.

Thanks,

Dan

I can confirm.

You need an SSL module for HTTPS keepalive.

Gilles.

SSL keepalive will have to do then!

Thanks Gilles.