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

Use https and other ports

giordano234
Level 1
Level 1

In the CSS can we using other ports :

example : client access https://10.10.192.100:7777 ??

how for the content configuration ?

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

you can specify the port you want to use for the vip inside the content rule using the 'port 7777' command.

If the server will also be running on this port, you can configure the same command under the service definition.

If the service will continue to run on port 443, then use the command 'port 443'on the service.

The CSS will do the necessary port nating.

You can also have the service running port 7777 but the client still using port 443, by configuring port 7777 under the service definition and 'port 443' under the content rule config.

Gilles.