Forum Discussion
TJ_Vreugdenhil
Mar 14, 2012Cirrus
LB HTTPS Reverse Proxy
It it possible to use the existing HTTP server addresses below:
http://www.domain.com/online/index.cfm?template=text
http://www.domain.com/online/index.cfm?template=receive_alerts
http://w...
TJ_Vreugdenhil
Mar 16, 2012Cirrus
ahhh. I missed that - thank you!
Corrections below:
HTTP VIP:
when HTTP_REQUEST {
if {[class match -- [URI::query [HTTP::uri] template] equals template_dg]}{
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
HTTPS VIP:
when HTTP_REQUEST {
if {[class match -- [URI::query [HTTP::uri] template] equals template_dg]}{
SSL::disable serverside
}
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