Bug 1613841
Summary: | Bare domain doesn't get SSL | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Amye Scavarda <amye> | ||||
Component: | project-infrastructure | Assignee: | bugs <bugs> | ||||
Status: | CLOSED WORKSFORME | QA Contact: | |||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | mainline | CC: | 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
Amye Scavarda
2018-08-08 11:56:19 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' *** 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. |