From msuchy at redhat.com Wed Aug 19 23:41:21 2015 Content-Type: multipart/mixed; boundary="===============5285431105718787663==" MIME-Version: 1.0 From: =?utf-8?q?Miroslav_Such=C3=BD_=3Cmsuchy_at_redhat=2Ecom=3E?= To: copr-devel at lists.fedorahosted.org Subject: Re: help with failing build Date: Thu, 29 Jan 2015 22:35:46 +0100 Message-ID: <54CAA7B2.2050309@redhat.com> In-Reply-To: 1594993174.1792453.1422554975975.JavaMail.zimbra@redhat.com --===============5285431105718787663== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 01/29/2015 07:09 PM, Greg Sheremeta wrote: > Interesting -- I don't see that behavior in curl, and we actually > do have the proper cert installed for patternfly: Interesting. From browser I see too: Common Name (CN) *.patternfly.org Here is full reproducer from CLI: python -c 'import requests; = requests.get("http://www.patternfly.org/wp-content/uploads/rpmsrc/patternfl= y1-1.1.3-1.fc20.src.rpm")' Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/requests/api.py", line 55, in get return request('get', url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 44, in = request return session.request(method=3Dmethod, url=3Durl, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line = 456, in request resp =3D self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line = 585, in send history =3D [resp for resp in gen] if allow_redirects else [] File "/usr/lib/python2.7/site-packages/requests/sessions.py", line = 179, in resolve_redirects allow_redirects=3DFalse, File "/usr/lib/python2.7/site-packages/requests/sessions.py", line = 559, in send r =3D adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line = 382, in send raise SSLError(e, request=3Drequest) requests.exceptions.SSLError: hostname 'www.patternfly.org' doesn't = match either of '*.rhcloud.com', 'rhcloud.com' curl = http://www.patternfly.org/wp-content/uploads/rpmsrc/patternfly1-1.1.3-1.fc2= 0.src.rpm 302 Found

Found

The document has moved here.


Apache/2.2.15 (Red Hat) Server at www.patternfly.org Port = 80
I am not sure what going on. I will try to dive deeper into requests module of python. Mirek --===============5285431105718787663==--