cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
573
Views
5
Helpful
3
Replies

CSS - https on another port no

naive.naive
Level 1
Level 1

Hi,

Need to load balance a SSL on a different port no (terminate at the server, hence no SSL module exist on the CSS) Below are the config, do I need to add additional config, i need it to be access via https://2.2.2.2/f1

service f3_https

protocol tcp

port 4443

keepalive port 4443

ip address 1.1.1.2

string f1

keepalive type tcp

active

service f4_https

protocol tcp

port 4443

keepalive port 4443

ip address 1.1.1.5

string f1

keepalive type tcp

active

content f1-4443

protocol tcp

vip address 2.2.2.2

port 4443

advanced-balance arrowpoint-cookie

add service f3_https

add service f4_https

arrowpoint-cookie name f1

active

Any help please ...

Thanks..

3 Replies 3

Gilles Dufour
Cisco Employee
Cisco Employee

you can't use "advanced-balance arrowpoint-cookie" with encrypted data.

The cookie is part of the http header which is encrypted.

Gilles.

gilles,

how about other config?

do i need to add additional config to make the service to be accessed via https??

thanks..

The rest of the config is correct.

Gilles.