Bug 1613841

Summary: Bare domain doesn't get SSL
Product: [Community] GlusterFS Reporter: Amye Scavarda <amye>
Component: project-infrastructureAssignee: bugs <bugs>
Status: CLOSED WORKSFORME QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, mscherer, nigelb, sankarshan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-10 01:14:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
gluster.org error screenshot none

Description Amye Scavarda 2018-08-08 11:56:19 UTC
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

Comment 1 Nigel Babu 2018-08-08 12:05:58 UTC
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'

Comment 2 Nigel Babu 2018-08-13 02:55:13 UTC
*** Bug 1613842 has been marked as a duplicate of this bug. ***

Comment 3 Nigel Babu 2018-08-13 02:56:50 UTC
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?

Comment 4 sankarshan 2018-08-20 01:56:39 UTC
Should this not be assigned to Michael and status changed?

Comment 5 M. Scherer 2018-10-09 16:41:20 UTC
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 ?

Comment 6 Nigel Babu 2018-10-10 01:14:22 UTC
Works for me.