Forum Discussion
Yaniv_93956
Nimbostratus
Mar 27, 2013VIP Decrypt SSL, but iRule sends to HTTPS
Hello DevCentral,
I’m having a problem with iRule that I’m trying to set.
I have a VIP that receive HTTPS traffic and decrypts it.
The settings for this VIP are:
SSL...
Kevin_Stewart
Employee
Mar 27, 2013Maybe something like this (with a serverssl profile applied to the VIP):
when HTTP_REQUEST {
SSL::disable serverside
if { ( [string tolower [HTTP::uri]] starts_with "/changepassword" ) && ( [string tolower [HTTP::host]] equals "qa.domain.com" ) } {
SSL::enable serverside
HTTP::header replace Host "qachangepassword.domain.com"
node 192.168.12.233 443
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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