URL: https://github.com/freeipa/freeipa/pull/1906 Author: stlaz Title: #1906: mod_ssl: add SSLVerifyDepth for external CA installs Action: opened
PR body: """ mod_ssl's limiting of client cert verification depth was causing the replica installs to fail when master had been installed with external CA since the SSLCACertificateFile was pointing to a file with more than one certificate. This is caused by the default SSLVerifyDepth value of 1. We set it to 5 as that should be just about enough even for possible sub-CAs.
https://pagure.io/freeipa/issue/7530 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1906/head:pr1906 git checkout pr1906
URL: https://github.com/freeipa/freeipa/pull/1906 Author: stlaz Title: #1906: mod_ssl: add SSLVerifyDepth for external CA installs Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1906/head:pr1906 git checkout pr1906
freeipa-devel@lists.fedorahosted.org