Forum Discussion
Sachin_Dixit_13
Nimbostratus
Mar 03, 2014Integration of reverse proxy with Squid proxy
Hello Aron,
I want to integate F5 LTM VE 11.3.0 with squid proxy server wherein end user will hit https://abc.123.com. We have certificate for 123.com which is getting offloaded at F5. End user ...
Mar 03, 2014
Hi!
Have you assigned a server ssl profile? Otherwise the request might use http to contact a https listener which could generate the error you describe.
Just out of curiosity, if you want to offload the squid server by using the F5, why do you still send the traffic to https instead of http?
As for the iRule, try something like this:
when HTTP_REQUEST {
set host [string tolower [HTTP::uri]]
The condition below can be omitted in case you want to rewrite all requests
if { $host eq "abc.123.com" } {
[HTTP::host] "xyz.456.com"
}
}
Good luck!
/Patrik
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
