Forum Discussion
Richard__Harlan
Jul 24, 2006Historic F5 Account
SSL offload with PHP
We have a Home grown PHP app that is now moveing behind our BigIP. We want to move all SSL processing of the Server and let the BigIP do it for us. The problem is in the PHP code they are useing $_SER...
Jul 24, 2006
Is this just a matter if passing in a HTTP Header with a name of "HTTPS"? I believe the default HTTP header for SSL connections is:"HTTPS" = "on"
If so, it might be as simple as inserting the header with the "HTTP::header insert" command.
when HTTP_REQUEST {
HTTP::header insert "HTTPS" "on"
}-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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