Forum Discussion
cdmoss_14183
Jun 14, 2011Nimbostratus
Transparent SSL Proxy
Hello all
I have a scenario that may be better suited for a proxy-IE
bluecoat. I wanted to see if F5 can do this before I purchase an additional
device .
I would like to b...
hooleylist
Jun 14, 2011Cirrostratus
So you want to rewrite all URI's before the request is proxied to a static URI? It can be done using HTTP::uri. You can use an iRule like this to do it:
when HTTP_REQUEST {
HTTP::uri "/[TCP::local_port].html"
}
You'll need a client SSL profile to decrypt the traffic. In order to avoid a cert mismatch warning on the client you'd need a cert/key that matches the hostname the client is making a request to.
And I'm still not sure how this will work for the client to get content back if every request URI is written to the same URI. But anyhow, this is technically possible.
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