cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
664
Views
0
Helpful
1
Replies

CSS SSL Keepalives

dgahm
Level 8
Level 8

Is it possible to use SSL keepalives with a uri string? The config guide seems to say just SSL Hellos, but I would like confirmation.

Today we have this:

<b>service WWW-Test

keepalive type http

keepalive uri "http://XXX.XXX.197.28/efs/servlet/efs/whoami.jsp"

ip address XXX.XXX.197.28</b>

But would like something like this:

<b>service WWW-Test

keepalive type ssl

keepalive uri "https://XXX.XXX.197.28/efs/servlet/efs/whoami.jsp"

ip address XXX.XXX.197.28 </b>

Thanks!

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20/command/reference/CmdSrvC.html#wp1139992

This keepalive only sends a client HELLO and expect a server HELLO.

No data is actually encrypted or sent.

So, wto answer your question, no you can't specify a URI.

You could with the ACE module.

Gilles.

View solution in original post

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v8.20/command/reference/CmdSrvC.html#wp1139992

This keepalive only sends a client HELLO and expect a server HELLO.

No data is actually encrypted or sent.

So, wto answer your question, no you can't specify a URI.

You could with the ACE module.

Gilles.

Review Cisco Networking for a $25 gift card