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

simple redirect

laschb
Level 1
Level 1

Giles,

I just want to configure a simple redirect where all initial requests for content on port 80 of a given vip is redirected to port 433 on that same vip, regardless of the url. Suppose I have the following:

-----------------------------------------

content SSL

vip address 10.1.1.1

protocol ssl

port 443

add service ssl-service

service ssl-service

slot 4

keepalive type none

add ssl-proxy-list ssllist

ssl-proxy-list ssllist

ssl-server 1

ssl-server 1 vip address 10.1.1.1

ssl-server 1 cipher rsa-with-rc4-128-sha 172.0.0.2 80

content ssl-backend

vip address 127.0.0.2

port 80

protocol tcp

add service realserver

service realserver

ip address 192.168.1.1

port 80

keepalive type tcp

----------------------------------------

I want to configure additional content that redirects everything initially requesting content at http://10.1.1.1 to https://10.1.1.1. How can I easily do that?

Thanks.

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

here is a link to a sample config.

Replace the cache content rule with your existing ssl rule and that should be the same.

http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_tech_note09186a0080093ff6.shtml

Gilles.