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

HTTPS access to llvm.org gives 404 error #16025

Closed
llvmbot opened this issue Apr 2, 2013 · 13 comments
Closed

HTTPS access to llvm.org gives 404 error #16025

llvmbot opened this issue Apr 2, 2013 · 13 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla website worksforme Resolved as "works for me"

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Apr 2, 2013

Bugzilla Link 15653
Resolution WORKSFORME
Resolved on Oct 19, 2017 07:18
Version unspecified
OS All
Reporter LLVM Bugzilla Contributor
CC @ramosian-glider,@pogo59,@tlattner

Extended Description

I mistakenly accessed https://llvm.org/ (httpS instead of plain HTTP). I'd expect either

  • HTTPS working
  • Redirection to the plain HTTP site
  • at worse, no reply from server.

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.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Apr 2, 2013

assigned to @tlattner

@llvmbot
Copy link
Collaborator Author

llvmbot commented Oct 26, 2014

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!

@ramosian-glider
Copy link
Contributor

It'd also be nice if Bugzilla worked over HTTPS.

@rnk
Copy link
Collaborator

rnk commented Nov 25, 2014

*** Bug llvm/llvm-bugzilla-archive#21649 has been marked as a duplicate of this bug. ***

@pogo59
Copy link
Collaborator

pogo59 commented Nov 24, 2015

Oddly, while
https://llvm.org/PRnnnn
returns a 404,
http://llvm.org/PRnnnn
will redirect to
https://llvm.org/bugs/show_bug.cgi?id=nnnn

@llvmbot
Copy link
Collaborator Author

llvmbot commented Feb 21, 2016

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

@asl
Copy link
Collaborator

asl commented Dec 27, 2016

*** Bug llvm/llvm-bugzilla-archive#31479 has been marked as a duplicate of this bug. ***

@llvmbot
Copy link
Collaborator Author

llvmbot commented Oct 18, 2017

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:
https://clang.llvm.org/
https://llvm.org/apt/
llvm/llvm-bugzilla-archive#15653 (replacing "nnnn" with an actual bug number)

@llvmbot
Copy link
Collaborator Author

llvmbot commented Oct 19, 2017

Thanks for fixing this issue. It's great security improvement ,)

@llvmbot
Copy link
Collaborator Author

llvmbot commented Oct 19, 2017

Should I open a new bug to have http redirect automatically to https?

@llvmbot
Copy link
Collaborator Author

llvmbot commented Oct 19, 2017

If you have auto-redirect to HTTPS set up you should also consider enabling HSTS to prevent downgrade attacks.

@rnk
Copy link
Collaborator

rnk commented Nov 26, 2021

mentioned in issue llvm/llvm-bugzilla-archive#21649

@asl
Copy link
Collaborator

asl commented Nov 26, 2021

mentioned in issue llvm/llvm-bugzilla-archive#31479

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 4, 2021
@Quuxplusone Quuxplusone added the worksforme Resolved as "works for me" label Jan 20, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla website worksforme Resolved as "works for me"
Projects
None yet
Development

No branches or pull requests

6 participants