Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

OpenShift Online v2 - Tech FAQs - redirect to HTTPS - wrong variable #508

Open
denishowe opened this issue Aug 19, 2017 · 0 comments
Open

Comments

@denishowe
Copy link

denishowe commented Aug 19, 2017

When the Cloudflare CDN converts requests from HTTPS to HTTP, it passes the original scheme in the CF-Visitor header, not X-Forwarded-Proto as specified in The FAQ

To redirect requests that were originally HTTP to HTTPS, the rewrite rules need to be:

RewriteCond %{HTTP:CF-Visitor} !https
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

This works for FOLDOC.

The same presumably applies for JBoss #449.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant