-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
HTTPS access to llvm.org gives 404 error #16025
Comments
assigned to @tlattner |
Considering what http://llvm.org/apt/ offers, you'd expect https://llvm.org/apt/ to work, but it doesn't. Not even for the GPG key. Please enable secure downloads for the GPG key at the very least! |
It'd also be nice if Bugzilla worked over HTTPS. |
*** Bug llvm/llvm-bugzilla-archive#21649 has been marked as a duplicate of this bug. *** |
Oddly, while |
Also subsites like clang.llvm.org, when accessed via HTTPS, throw up a browser warning page because they are reporting their domain name as llvm.org... https://clang.llvm.org |
*** Bug llvm/llvm-bugzilla-archive#31479 has been marked as a duplicate of this bug. *** |
This was fixed at some point -- https://llvm.org/ isn't 404 anymore, but now shows the LLVM front page. (same as the insecure HTTP version of that URL) These sites mentioned in other comments all load fine for me, too: |
Thanks for fixing this issue. It's great security improvement ,) |
Should I open a new bug to have http redirect automatically to https? |
If you have auto-redirect to HTTPS set up you should also consider enabling HSTS to prevent downgrade attacks. |
mentioned in issue llvm/llvm-bugzilla-archive#21649 |
mentioned in issue llvm/llvm-bugzilla-archive#31479 |
Extended Description
I mistakenly accessed https://llvm.org/ (httpS instead of plain HTTP). I'd expect either
Instead, I got a 404 error:
Not Found
The requested URL / was not found on this server.
I guess there's a misconfigured virtual host in the apache config.
The text was updated successfully, but these errors were encountered: