Forum Discussion
TSP_94471
Nimbostratus
Mar 08, 2016Append https URL with 8443 port
We have a Pool of servers listening on port 8443 for https for an application 7 the URL is accessed as https://www.abc.com:8443 now we want to host this site on f5 LTM with SSL offloading along with ...
Kai_Wilke
MVP
Mar 09, 2016Hi TSP,
if you need to change the HOST-header value to match the non-443 port number of your pool members, you could use this code snippet...
when HTTP_REQUEST_SEND {
clientside {
HTTP::header replace "HOST" "[HTTP::header value HOST]:[LB::server port]"
}
}
Cheers, Kai
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