Bug 1042924

Summary: Enable SSLVerifyDepth on the Node to Facilitate SSL Mutual Auth
Product: OpenShift Container Platform Reporter: Keith Robertson <kroberts>
Component: RFEAssignee: jofernan
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: low    
Version: 2.0.0CC: ansilva, bleanhar, dvarga, jmoran, jstrong, libra-onpremise-devel, lmeyer, lphiri
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-13 15:50:50 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:
Bug Depends On: 1038853, 1038857    
Bug Blocks:    

Description Keith Robertson 2013-12-13 16:10:48 UTC
Description of problem:
To facilitate SSL mutual authentication, gears need the ability to control the verification depth as described in [1].  Without the ability  this ability to control verification depth per-VirtualHost Apache will default to a depth of 1.  This will not work for sites that have multiple intermediate CAs in their client certificate chain.

Version-Release number of selected component (if applicable):
All

Expected results:
Gears should be able to control the verification depth for their virtual host.

Additional info:
[1] http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslverifydepth

Comment 2 Luke Meyer 2014-05-13 15:50:50 UTC
Expect that this will be rolled into any client cert verification implementation. Consolidating into one RFE.

*** This bug has been marked as a duplicate of bug 1038853 ***