LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 35104 - llvm.org subdomains with invalid SSL certificates
Summary: llvm.org subdomains with invalid SSL certificates
Status: RESOLVED FIXED
Alias: None
Product: Website
Classification: Unclassified
Component: General Website (show other bugs)
Version: unspecified
Hardware: All All
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-27 01:12 PDT by Ori Avtalion
Modified: 2018-11-01 16:47 PDT (History)
4 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ori Avtalion 2017-10-27 01:12:51 PDT
Hi,

In the process of updating the rules of HTTPS Everywhere, these two subdomains were discovered to have errors:

* https://lnt.llvm.org/ - certificate has expired

* https://new-www.llvm.org/ - no alternative certificate subject name matches target host name 'new-www.llvm.org'

new-www redirects to bugs.llvm.org - can it be removed?
Comment 1 Chris Matthews 2018-11-01 15:43:00 PDT
I have fixed the lnt.llvm.org cert.

We were auto-renewing the cert, but the nginx server had not been restarted in so long it was not applying!  I have added a reload cron task.
Comment 2 Mike Edwards 2018-11-01 16:47:58 PDT
(In reply to Ori Avtalion from comment #0)
> Hi,
> 
> In the process of updating the rules of HTTPS Everywhere, these two
> subdomains were discovered to have errors:
> 
> * https://lnt.llvm.org/ - certificate has expired
> 
> * https://new-www.llvm.org/ - no alternative certificate subject name
> matches target host name 'new-www.llvm.org'
> 
> new-www redirects to bugs.llvm.org - can it be removed?

I just checked and it looks like https://new-www.llvm.org/ is no longer resolvable.

I think this is can now be marked as resolved.  

Thanks to Chris for fixing the LNT server.