Created attachment 1474303 [details] gluster.org error screenshot Description of problem: Weirdest thing: in Firefox, https://gluster.org gives bad_ssl_cert domain. See screenshot. Maybe something with the Let's Encrypt certificate, maybe something with Supercolony. How reproducible: Firefox isolated, doesn't happen on Chrome
Okay, so we have a cert for www.gluster.org but not one for gluster.org. Most of us don't reproduce the issue because we have a 301 redirect in place. I can reproduce this with curl. $ curl -I https://gluster.org curl: (51) SSL: no alternative certificate subject name matches target host name 'gluster.org'
*** Bug 1613842 has been marked as a duplicate of this bug. ***
Michael, could you add an SSL cert for gluster.org so that the redirects from https://gluster.org -> https://www.gluster.org do not throw SSL errors?
Should this not be assigned to Michael and status changed?
This seems to be fixed : $ curl -I https://gluster.org HTTP/1.1 302 Found Date: Tue, 09 Oct 2018 16:40:12 GMT Server: Apache Location: https://www.gluster.org/ Connection: close Content-Type: text/html; charset=iso-8859-1 Could people confirm that is not some weird case regarding curl ?
Works for me.