simple redirect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 06:09 PM
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.
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2006 12:57 AM
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.
