Hi,
I’ve been trying to install all koji components locally in a Fedora Server 34 VM following the documentation from Server How To — Koji 1.33.1 documentation
But while testing the login to the hub with the koji moshimoshi
command from the koji CLI client, I get the following error:
2021-09-14 13:21:34,378 [ERROR] koji: (gssapi auth failed: requests.exceptions.SSLError: HTTPSConnectionPool(host=‘kerberos.koji.com’, port=443): Max retries exceeded with url: /kojihub/ssllogin (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)’))))
Use following documentation to debug kerberos/gssapi auth issues. Koji Kerberos/GSSAPI debugging — Koji 1.33.1 documentation
2021-09-14 13:21:34,378 [ERROR] koji: GSSAPIAuthError: unable to obtain a session (gssapi auth failed: requests.exceptions.SSLError: HTTPSConnectionPool(host=‘kerberos.koji.com’, port=443): Max retries exceeded with url: /kojihub/ssllogin (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)’))))
Use following documentation to debug kerberos/gssapi auth issues. Koji Kerberos/GSSAPI debugging — Koji 1.33.1 documentation
Does anyone know how it can be debugged to figure out what’s going on and fix it?
Thanks,
Carlos