Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP request doesn't redirect to HTTPS equivalent #26

Closed
wifiprintguy opened this issue Apr 13, 2020 · 3 comments
Closed

HTTP request doesn't redirect to HTTPS equivalent #26

wifiprintguy opened this issue Apr 13, 2020 · 3 comments
Assignees

Comments

@wifiprintguy
Copy link
Contributor

If I click on this to load the PWG home page (http://www.pwg.org) I now expect it to redirect to its TLS equivalent (https://www.pwg.org). Currently that redirection isn't working, but in the past I thought it was.

@wifiprintguy
Copy link
Contributor Author

wifiprintguy commented Jun 21, 2020

Would using VirtualHost or the mod_rewrite as described on this page (https://linuxize.com/post/redirect-http-to-https-in-apache/) do the trick? Which would be better?

A thread on StackOverflow seems to indicate a preference for the VirtualHost method: https://stackoverflow.com/questions/16200501/http-to-https-apache-redirection

@michaelrsweet
Copy link
Contributor

So at the moment we only redirect specific pages, but I can update the configuration to redirect all pages.

@michaelrsweet
Copy link
Contributor

OK, this is now implemented for all pages.

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

No branches or pull requests

2 participants