matroska.org redirecting to HTTPS without a valid cert
Michael Bradshaw <[email protected]> Wed, 18 Nov 2015 13:24:36 -0800
| Newsgroups | gmane.comp.multimedia.matroska.devel |
|---|---|
| Message-ID | <CAHUoETKO4LsxaOvoYFa0KJPvd17ZD5ZpRTme4CM7W=_BarNcYA@mail.gmail.com> |
It looks like there was a recent change to the website. It now tries to 301 redirect to HTTPS: $ curl -v http://matroska.org * Rebuilt URL to: http://matroska.org/ * Trying 176.9.1.148... * Connected to matroska.org (176.9.1.148) port 80 (#0) > GET / HTTP/1.1 > Host: matroska.org > User-Agent: curl/7.43.0 > Accept: */* > < HTTP/1.1 301 Moved Permanently < Server: nginx/1.9.3 < Date: Wed, 18 Nov 2015 21:19:00 GMT < Content-Type: text/html < Content-Length: 184 < Connection: keep-alive < Location: http://matroska.org/blog/ < <html> <head><title>301 Moved Permanently</title></head> <body bgcolor="white"> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.9.3</center> </body> </html> * Connection #0 to host matroska.org left intact The redirect for root tries to go to /blog/. The TLS cert is for *. bunkus.org. I'm guessing it's just a configuration error from the two websites being hosted on the same server. It would be nice to get this fixed so I can get back to referencing the spec :) --Michael Bradshaw _______________________________________________ Matroska-devel mailing list [email protected] http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-devel Read Matroska-Devel on GMane: http://dir.gmane.org/gmane.comp.multimedia.matroska.devel