Forum Discussion
Mark_Edwards_20
Nimbostratus
Apr 29, 2014Using a Server-side HTTP and HTTPS to Different App Server Pools
I have an HTTPS virtual server that does SSL-termination for 150+ applications where the URL is of the form host.name.com/APP1, host.name.com/APP2, etc. The applications are J2EE and the LTM communi...
Kevin_Stewart
Employee
Apr 29, 2014It may seem counter intuitive, but you would need to apply a server SSL profile to the VIP and disable serverSSL for all non-HTTPS requests.
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/app1*" {
SSL::disable serverside
pool app1_pool
}
"/app2*" {
SSL::disable serverside
pool app2_pool
}
"/secure*" {
pool secure_pool
}
}
}
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