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 15, 2012Cirrus
Our infrastructure masks several redundant LTM's. So using the existing number of HTTPS VIPS we have for this domain, would yes, avoid new IPs, new certs, etc.
----
Client HTTP --> LTM HTTP VIP Redirect to HTTPS VIP--> HTTPS VIP 'SSL::disable serverside ' based on iRule --> sending HTTP to backend server
----
I'm a little concerned about the return traffic though.
Perhaps I'm thinking this over to hard, but wouldn't this work?
when HTTP_REQUEST {
if {[class match -- [URI::query [HTTP::uri] template] equals template_dg]}{
SSL::disable serverside
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
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