Forum Discussion
Jim_Araujo_1061
Dec 09, 2013Nimbostratus
iRule to choose SSL serverside Profile to use based on HTTP_REQUEST
Hi Folks, I want to think this is possible. I am trying to based on the HTTP_REQUEST and host header, select the serverside connections SSL profile. For example, If host header is abc.example...
Stanislas_Piro2
Sep 02, 2015Cumulonimbus
Hi,
You can do easier since version 11.5 (feature is available in 11.4 but not working...) with Local traffic policies.
Rule 1:
-
Condition :
- HTTP-host host site1.website.com
-
action :
- forward pool site1.website.com_pool
- serverssl disable
Rule 2:
-
Condition :
- HTTP-host host site2.website.com
-
action :
- forward pool site2.website.com_pool
- serverssl disable
Rule 3 (SSL Site):
-
Condition :
- HTTP-host host site3.website.com
-
action :
- forward pool site3.website.com_pool
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