Forum Discussion
Scott_27805
Mar 21, 2012Nimbostratus
HTTPS Passthrough not working
In our current environment we use SSL offloading for our Exchange 2010 Outlook Web Access through our F5. We need to stop this just for the MRSProxy service and not any other traffic to the server. ...
hooleylist
Mar 21, 2012Cirrostratus
You would need to disable SSL for the serverside connection and select a pool with member(s) on port 80:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/EWS/mrsproxy.svc"}{
SSL::disable serverside
pool http_pool
}
}
Aaron
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