> That error comes from index.py:login():
> 
>         if env.get('SSL_CLIENT_VERIFY') != 'SUCCESS':
>             raise koji.AuthError, 'could not verify client: %s' %
> env.get('SSL_CLIENT_VERIFY')
> 
> This usually means that SSL has not been configured correctly in apache.
>  Check your /etc/httpd/conf.d/kojiweb.conf and make sure the:
> 
> <Location /koji/login>
> 
> section is not commented out.  The "SSLOptions +StdEnvVars" in there is
> what sets the SSL environment variables kojiweb uses, including
> SSL_VERIFY_CLIENT.

Found it, I had uncommented that section in kojiweb.conf, but not
kojihub.conf - didn't realize there were two places to do that.  Everything
looks like it's working now, and I can login through the web interface now.

Thanks!

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

--
buildsys mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/buildsys

Reply via email to