Bug 1462716 - Intermediate certificate missing on https://docs.openshift.org
Summary: Intermediate certificate missing on https://docs.openshift.org
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: OKD
Classification: Red Hat
Component: Documentation
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Vikram Goyal
QA Contact: Ronaldo Rivera
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-19 12:02 UTC by Daniel Werner
Modified: 2018-08-03 06:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-03 06:13:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Output of openssl -connect (4.63 KB, text/plain)
2017-06-19 12:02 UTC, Daniel Werner
no flags Details

Description Daniel Werner 2017-06-19 12:02:40 UTC
Created attachment 1289071 [details]
Output of openssl -connect

Description of problem:
When accessing https://docs.openshift.org I get SSL connection errors (i.e. using curl: "SSL certificate problem: unable to get local issuer certificate"). 
This makes it impossible to access the documentation from behind a proxy which only allows connections to trusted web sites.

Version-Release number of selected component (if applicable):
Current documentation web site

How reproducible:
openssl s_client -connect docs.openshift.org:443 -showcerts -servername docs.openshift.org

Steps to Reproduce:
1. Using openssl: openssl s_client -connect docs.openshift.org:443 -showcerts -servername docs.openshift.org
2. Using curl: curl -verbose https://docs.openshift.org

Actual results:
1. Openssl:     Verify return code: 21 (unable to verify the first certificate)
2. Curl: (60) SSL certificate problem: unable to get local issuer certificate

Expected results:
No errors should occur. The server should deliver the certificate chain including all intermediate certificates.  

Additional info:
Output of openssl attached

Comment 2 Daniel Werner 2018-08-03 06:13:38 UTC
Seems to be ok now.


Note You need to log in before you can comment on or make changes to this bug.