From eb5b28e220e6b01ea40e2874ef96011fe2c75737 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jul 09 2010 02:04:26 +0000 Subject: provide example ssl config to support koji < 1.4.0 clients --- diff --git a/hub/httpd.conf b/hub/httpd.conf index 3e9d8e8..ec0b4ea 100644 --- a/hub/httpd.conf +++ b/hub/httpd.conf @@ -21,3 +21,11 @@ Alias /kojihub "/usr/share/koji-hub/XMLRPC" # SSLVerifyDepth 10 # SSLOptions +StdEnvVars # + +# If you need to support koji < 1.4.0 clients using SSL authentication, then use the following instead: +# +# SSLOptions +StdEnvVars +# +# In this case, you will need to enable these options globally (in ssl.conf): +# SSLVerifyClient require +# SSLVerifyDepth 10