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

Performing redirects with a CSS

alex.alexander
Level 1
Level 1

Hello,

I have a CSS performing load balancing between some servers on port 443 (SSL). Since some clients try to connect to the VIP using port 80 (hhtp), I’m trying to find a solution on the CSS to send a redirect to the client in order that this one connects to the VIP using port 443.

Is it possible to do it on the CSS?

Thanks in advance for your help.

Regards.

Alex

1 Reply 1

pgolding
Level 1
Level 1

Alex,

configure a content rule with the vip address and port 80.

config a service with type redirect, redirect-string https://www.yoursite.com and no prepend http.

add the redirect service to the content rule and thats it!

Review Cisco Networking for a $25 gift card