Forum Discussion
user_03
Sep 10, 2014Nimbostratus
VS config with multiple IIS sites
Hi,
I have 2 sites on an IIS server.
1 - Listening on port 443 abc.xyz.com Server1 - working
1 - Listening on port 80 abc12.xyz.com Server1 -new
I have a VS statement that ...
Kevin_Stewart
Sep 10, 2014Employee
Separate VIPs and pools are certainly one way, but this is what it might look like otherwise:
-
Port 80 VIP and simple iRule to redirect all requests to port 443 VIP.
-
Port 443 VIP (same IP address), a client and server SSL profile, 2 pools, and an iRule:
when HTTP_REQUEST { switch [string tolower [HTTP::host]] { "abc.xyz.com" { pool abc_pool } "abc12.xyz.com" { pool abc12_pool SSL::disable serverside } } }
The abc_pool would contain your port 443 servers and the enabled serverssl profile would appropriately re-encrypt to these servers. The abc12_pool would contain your port 80 servers and the iRule would disable the serverssl profile.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects