On Mon, Mar 06, 2023 at 02:22:59PM -0000, Tanvi Sheth wrote:
Me & my team were trying to set up Koji on Local server. We followed the guide https://docs.pagure.org/koji/server_howto/ We followed SSL Authentication.
We are constantly getting an error message after we type "koji moshimoshi"
2023-03-06 11:03:10,150 [ERROR] koji: (gssapi auth failed: requests.exceptions.SSLError: HTTPSConnectionPool(host='koji.fedoraproject.org', port=443): Max retries exceeded with url: /kojihub/ssllogin (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992)')))) Use following documentation to debug kerberos/gssapi auth issues. https://docs.pagure.org/koji/kerberos_gssapi_debug/
Can anyone please guide us on how to solve the issue? We've tried multiple resources but none seemed to work. Any help would be appreciated.
It looks like you are pointing your client to koji.fedoraproject.org instead of your instance. ;)
You'll want to set server in koji.conf: https://docs.pagure.org/koji/kojid_conf/
kevin