Forum Discussion
willetzktysthk_
Nimbostratus
Sep 13, 2017HTTPs rewrite
Hi
We have 2 apache web servers configured for http only. We have put our f5 big loadbalancer in front doing ssl with the standard redirect irule on a second VS. These 2 rules work fine apart fr...
willetzktysthk_
Nimbostratus
Sep 17, 2017Hi
with this irule the mixed content error is back again. it is not rewriting the xhr requests again.
Thanks
The apache server has the following config
RewriteEngine On
RewriteCond %{SERVER_NAME} ^(.*)$
RewriteRule ^(.*)$ - [E=SERVER_NAME:%1,NS]
RewriteCond %{SERVER_PORT} ^(.*)$
RewriteRule ^(.*)$ - [E=SERVER_PORT:%1,NS]
RequestHeader setifempty X-Remote-Address "%{SERVER_NAME}e:%{SERVER_PORT}e"
RewriteCond %{LA-U:REMOTE_USER} ^(.*)$
RewriteRule ^(.*)$ - [E=RU:%1,NS]
RequestHeader setifempty X-Forwarded-User %{RU}e
RewriteCond %{LA-U:HTTPS} ^(.*)$
RewriteRule ^(.*)$ - [E=RP:%1,NS]
RequestHeader setifempty X-Forwarded-Https %{RP}e
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