On Sun, 2017-04-23 at 01:05 +0000, Globe Trotter wrote: > Hi, > I am trying to build a package on koji using: > koji build --scratch f25 thaali-0.4.2-1.fc25.src.rpm > > and I get: > SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed > (_ssl.c:661) > > What does this mean? I have both kerberos ticketing and ssh set up. > Valid starting Expires Service principal > 04/22/2017 20:00:42 04/23/2017 20:00:16 host/koji.fedoraproject.org@FEDORAPR > OJECT.ORG > renew until 04/29/2017 20:00:16 > 04/22/2017 20:00:38 04/23/2017 20:00:16 krbtgt/FEDORAPROJECT.ORG@FEDORAPROJE > CT.ORG > renew until 04/29/2017 20:00:16 I don't get an error when I try to submit a scratch build. I'm not sure what hosts the koji tool will connect to, is that limited to https://koji.fedoraproject.org/ ? Do these command give you cert validation errors? openssl s_client -showcerts -connect koji.fedoraproject.org:443 /usr/lib64/nss/unsupported-tools/tstclnt -CCC -D -b -h koji.fedoraproject.org -p 443 (Feel free to mail the output from these commands to me.) Maybe you're behind a man-in-the-middle proxy? Kai _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx