Forum Discussion
DaveC_53879
Nimbostratus
May 29, 2012Marking server traffic secure
Hi, We have a pretty typical setup; most sites on the F5 support SSL between the client the F5, and some enforce SSL, but traffic between the F5 and the servers is not secure. Is there a way of mark ...
Brian_69413
Nimbostratus
May 30, 2012For the HTTP virtual:
when HTTP_REQUEST {
if { [HTTP::header exists "HTTP_X_FORWARDED_PROTO"] }{
HTTP::header replace "HTTP_X_FORWARDED_PROTO" "http"
}
else {
HTTP::header insert "HTTP_X_FORWARDED_PROTO" "http"
}
}
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