PR#2627: hub: remove global SSLVerifyClient option

Merges #2627
https://pagure.io/koji/pull-request/2627

Fixes: #2582
https://pagure.io/koji/issue/2582
Error: Unable to connect to server for some koji cli commands
This commit is contained in:
Tomas Kopecek 2021-01-13 14:35:26 +01:00
commit b3f548f803

View file

@ -48,14 +48,6 @@ Alias /kojifiles "/mnt/koji/"
# SSLOptions +StdEnvVars
# </Location>
# If you need to support koji < 1.4.0 clients using SSL authentication, then use the following instead:
# <Location /kojihub>
# SSLOptions +StdEnvVars
# </Location>
# In this case, you will need to enable these options globally (in ssl.conf):
# SSLVerifyClient require
# SSLVerifyDepth 10
# uncomment this to enable authentication via GSSAPI
# <Location /kojihub/ssllogin>
# AuthType GSSAPI