Re: SSL CERTIFICATE_VERIFY_FAILED?

2022-09-12 Thread Ron Olson
d not generate update request: {"status": >> "error", "errors": [{"location": "body", "name": "builds", "description": >> "Unable to create update. [SSL: CERTIFICATE_VERIFY_FAILED] ce

Re: SSL CERTIFICATE_VERIFY_FAILED?

2022-09-11 Thread Kevin Fenzi
{"location": "body", "name": "builds", "description": > "Unable to create update. [SSL: CERTIFICATE_VERIFY_FAILED] certificate > verify failed: certificate has expired (_ssl.c:997)"}]} > A copy of the filled in template is saved as b

SSL CERTIFICATE_VERIFY_FAILED?

2022-09-11 Thread Ron Olson
Hey all- When trying to do a `fedpkg update`, I got this response: ``` Could not execute update: Could not generate update request: {"status": "error", "errors": [{"location": "body", "name": "builds", "description

Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-25 Thread Dennis Gilmore
El dom, 23-04-2017 a las 01:05 +, Globe Trotter escribió: > > Hi, > > I am trying to build a package on koji using: > > koji  build --scratch f25  thaali-0.4.2-1.fc25.src.rpm what version of koji is installed? Dennis signature.asc Description: This is a digitally signed message part

Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-23 Thread Globe Trotter
edora <devel@lists.fedoraproject.org> Sent: Sunday, April 23, 2017 10:02 AM Subject: Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661) From: https://fedoraproject.org/wiki/ReleaseEngineering/FlagDay2016       Question: I

Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-23 Thread Sérgio Basto
From: https://fedoraproject.org/wiki/ReleaseEngineering/FlagDay2016       Question: I get an error "SSL: CERTIFICATE_VERIFY_FAILED" when trying to use koji  Answer: This means you have an outdated configuration file. Please make sure first that you have the package versions as

Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-23 Thread Globe Trotter
From: Jens Lody <jensl...@fedoraproject.org> To: devel@lists.fedoraproject.org Sent: Sunday, April 23, 2017 9:49 AM Subject: Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661) Am Sun, 23 Apr 2017 13:29:30 +000

Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-23 Thread Jens Lody
Am Sun, 23 Apr 2017 13:29:30 + (UTC) schrieb Globe Trotter : > > $ openssl s_client -showcerts -connect koji.fedoraproject.org:443 > > gives no errors but > $ /usr/lib64/nss/unsupported-tools/tstclnt -CCC -D -b -h > koji.fedoraproject.org -p 443tstclnt: error setting

Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-23 Thread Globe Trotter
From: Peter Robinson <pbrobin...@gmail.com> To: Development discussions related to Fedora <devel@lists.fedoraproject.org> Cc: Globe Trotter <itsme_...@yahoo.com> Sent: Sunday, April 23, 2017 6:31 AM Subject: Re: Question on koji error: SSLError: [SSL: CERTIFI

Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-23 Thread Peter Robinson
On Sun, Apr 23, 2017 at 11:28 AM, Kai Engert <k...@kuix.de> wrote: > On Sun, 2017-04-23 at 01:05 +, 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 >>

Re: Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-23 Thread Kai Engert
On Sun, 2017-04-23 at 01:05 +, 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) >

Question on koji error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

2017-04-22 Thread Globe Trotter
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

Re: SSL: CERTIFICATE_VERIFY_FAILED

2017-01-08 Thread Alexander Ploumistos
On Sun, Jan 8, 2017 at 10:55 PM, Alec Leamas wrote: > > On 08/01/17 13:30, Alexander Ploumistos wrote: >> >> On Sun, Jan 8, 2017 at 2:10 PM, Till Maas wrote: >>> >>> >>> ~/.fedora.upn (User Principal Name) >>> >>> And the problem with trying to get

Re: SSL: CERTIFICATE_VERIFY_FAILED

2017-01-08 Thread Alec Leamas
On 08/01/17 13:30, Alexander Ploumistos wrote: On Sun, Jan 8, 2017 at 2:10 PM, Till Maas wrote: ~/.fedora.upn (User Principal Name) And the problem with trying to get the FAS username from kerberos is that it only works while the use has a valid ticket for kerberos

Re: SSL: CERTIFICATE_VERIFY_FAILED

2017-01-08 Thread Alexander Ploumistos
On Sun, Jan 8, 2017 at 2:10 PM, Till Maas wrote: > > ~/.fedora.upn (User Principal Name) > > And the problem with trying to get the FAS username from kerberos is > that it only works while the use has a valid ticket for kerberos since > MIT kerberos removes expired tickets.

Re: SSL: CERTIFICATE_VERIFY_FAILED

2017-01-08 Thread Till Maas
On Sat, Dec 24, 2016 at 12:33:19AM -0800, Adam Williamson wrote: > On Sat, 2016-12-24 at 09:28 +0100, Till Maas wrote: > > On Fri, Dec 23, 2016 at 10:42:36AM +0100, Pierre-Yves Chibon wrote: > > > > > With the move to kerberos, fedora-cert becomes un-needed. > > > > Is there a way to get the FAS

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-24 Thread Kevin Fenzi
On Sat, 24 Dec 2016 00:33:19 -0800 Adam Williamson wrote: > On Sat, 2016-12-24 at 09:28 +0100, Till Maas wrote: > > On Fri, Dec 23, 2016 at 10:42:36AM +0100, Pierre-Yves Chibon wrote: > > > > > With the move to kerberos, fedora-cert becomes un-needed. > > > > Is

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-24 Thread Adam Williamson
On Sat, 2016-12-24 at 09:28 +0100, Till Maas wrote: > On Fri, Dec 23, 2016 at 10:42:36AM +0100, Pierre-Yves Chibon wrote: > > > With the move to kerberos, fedora-cert becomes un-needed. > > Is there a way to get the FAS username from kerberos using another > python module? fedora-easy-karma uses

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-24 Thread Till Maas
On Fri, Dec 23, 2016 at 10:42:36AM +0100, Pierre-Yves Chibon wrote: > With the move to kerberos, fedora-cert becomes un-needed. Is there a way to get the FAS username from kerberos using another python module? fedora-easy-karma uses fedora-cert to get the current FAS username. Kind regards Till

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread Pierre-Yves Chibon
On Fri, Dec 23, 2016 at 05:07:46PM +0100, gil wrote: > >If you do not need ~/.koji/config I would advice dropping them entirely. > this mean remove entirely folder or only config* files? Seeing what is in that folder, I think the entire folder could go (I do not have it on any of my machines) >

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread Patrick Uiterwijk
Hi, On Fri, Dec 23, 2016 at 4:07 PM, gil wrote: > > this mean remove entirely folder or only config* files? Either way works. The important part is that ~/.koji/config doesn't exist, since that overrides /etc/koji.conf. Whether you remove the directory itself is up to you.

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread gil
:53:25PM +0100, gil wrote: Il 23/12/2016 12:04, Patrick Uiterwijk ha scritto: Hi, $ koji build --scratch --arch-override x86_64 rawhide /home/gil/springframework/springframework-3.2.18-1.fc26.src.rpm SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) Hi

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread Pierre-Yves Chibon
, Dec 23, 2016 at 12:53:25PM +0100, gil wrote: > > > > > Il 23/12/2016 12:04, Patrick Uiterwijk ha scritto: > > > > > > Hi, > > > > > > > > > > > > > > > $ koji build --scratch --arch-override x86_64

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread gil
--arch-override x86_64 rawhide /home/gil/springframework/springframework-3.2.18-1.fc26.src.rpm SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) Hi This message indicates that you have an outdated koji config file. Do you have koji 1.11.0? $ rpm -q koji fedora

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread Pierre-Yves Chibon
t; > > > > > > > > > $ koji build --scratch --arch-override x86_64 rawhide > > > > > > > /home/gil/springframework/springframework-3.2.18-1.fc26.src.rpm > > > > > > > SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread gil
: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) Hi This message indicates that you have an outdated koji config file. Do you have koji 1.11.0? $ rpm -q koji fedora-packager koji-1.11.0-1.fc24.noarch fedora-packager-0.6.0.0-1.fc24.noarch If you do, you most likely have

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread Pierre-Yves Chibon
On Fri, Dec 23, 2016 at 12:53:25PM +0100, gil wrote: > > > Il 23/12/2016 12:04, Patrick Uiterwijk ha scritto: > > Hi, > > > > > > > $ koji build --scratch --arch-override x86_64 rawhide > > > > > /home/gil/springframework/springframe

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread Vít Ondruch
Dne 23.12.2016 v 10:42 Pierre-Yves Chibon napsal(a): > On Fri, Dec 23, 2016 at 10:18:50AM +0100, gil wrote: > >> $ fedora-cert -v >> Verifying Certificate >> cert expires: 2017-05-26 > With the move to kerberos, fedora-cert becomes un-needed. The dependency from fedora-packager should be

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread gil
Il 23/12/2016 12:04, Patrick Uiterwijk ha scritto: Hi, $ koji build --scratch --arch-override x86_64 rawhide /home/gil/springframework/springframework-3.2.18-1.fc26.src.rpm SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) Hi This message indicates that you

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread Patrick Uiterwijk
Hi, >>> $ koji build --scratch --arch-override x86_64 rawhide >>> /home/gil/springframework/springframework-3.2.18-1.fc26.src.rpm >>> SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed >>> (_ssl.c:590) This message indicates that you have

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread gil
.src.rpm SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) rpm -q koji fedora-packager ? $ rpm -q koji fedora-packager koji-1.11.0-1.fc24.noarch fedora-packager-0.6.0.0-1.fc24.noarch $ fedora-cert -v Verifying Certificate cert expires: 2017-05-26 With the move

Re: SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread Pierre-Yves Chibon
On Fri, Dec 23, 2016 at 10:18:50AM +0100, gil wrote: > Hi > > i get : > > $ KRB5_TRACE=/dev/stdout kinit g...@fedoraproject.org [...] > $ koji build --scratch --arch-override x86_64 rawhide > /home/gil/springframework/springframework-3.2.18-1.fc26.src

SSL: CERTIFICATE_VERIFY_FAILED

2016-12-23 Thread gil
82484285.384956: Storing g...@fedoraproject.org -> krb5_ccache_conf_data/pa_type/krbtgt\/FEDORAPROJECT.ORG\@FEDORAPROJECT.ORG@X-CACHECONF: in KEYRING:persistent:1000:1000 $ koji build --scratch --arch-override x86_64 rawhide /home/gil/springframework/springframework-3.2.18-1.fc26.src.rpm SSLError: [