Forum Discussion
jomedusa
Cirrus
Dec 16, 2025SSL Bridging and FQDN rewrite Policy
We are trying to deploy a VIP that will do SSL Bridging but also rewrite the fqdn to the server... So Client goes to https://www.example.com and is terminated on the F5 VIP and then send the ...
Dec 17, 2025
Hi Joe,
try this
when HTTP_REQUEST {
if { [HTTP::host] equals "www.example.com"} {
HTTP::header replace Host "www.myexample.com"
}
}
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