<div dir="ltr"><div><a href="https://github.com/python-bugzilla/python-bugzilla/pull/3">https://github.com/python-bugzilla/python-bugzilla/pull/3</a><br></div><div><br></div>@Joe; this should fix the issue from the python-bugzilla perspective.<div><br></div><div>@Cole; I have justified dropping the workaround in the PR.</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 23, 2015 at 1:10 PM Arun Babu Neelicattu &lt;<a href="mailto:arun.neelicattu@gmail.com">arun.neelicattu@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The issues seems to be caused due to:<div><a href="https://github.com/kennethreitz/requests/blob/master/requests/__init__.py#L52-L56" target="_blank">https://github.com/kennethreitz/requests/blob/master/requests/__init__.py#L52-L56</a></div><div><br></div><div>That enables SNI on python 2 when ndg-httpsclient is available essentially. Haven&#39;t dug into this further. Probably see if we have a usable workaround (monkey patch a monkey patch?) or patch upstream in requests.</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 23, 2015 at 4:17 AM Cole Robinson &lt;<a href="mailto:crobinso@redhat.com" target="_blank">crobinso@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 07/22/2015 02:06 PM, Joe Orton wrote:<br>
&gt; On Wed, Jul 22, 2015 at 10:56:26AM -0400, Cole Robinson wrote:<br>
&gt;&gt; I&#39;m guessing you have some outdated python dep somewhere in your python path.<br>
&gt;&gt; Check python -c &#39;import sys; print sys.path&#39; non-system paths for any stale<br>
&gt;&gt; installs.<br>
&gt;<br>
&gt; Thanks for the suggestsion - I had checked that already... but you<br>
&gt; prompted me to confirm correct operation on another F22 machine.<br>
&gt;<br>
&gt; I compared a strace from failing vs passing /usr/bin/bugzilla.  The<br>
&gt; presence of the &quot;python-ndg_httpsclient&quot; package on the system breaks<br>
&gt; python-bugzilla.  Remove it, bugzilla works, install it again, bugzilla<br>
&gt; fails.  Can anybody else confirm that result?<br>
&gt;<br>
<br>
Confirmed... that&#39;s interesting. I don&#39;t really have time to dig into it now.<br>
Can you file a bug against that package and CC me?<br>
<br>
Thanks,<br>
Cole<br>
<br>
_______________________________________________<br>
python-bugzilla mailing list<br>
<a href="mailto:python-bugzilla@lists.fedorahosted.org" target="_blank">python-bugzilla@lists.fedorahosted.org</a><br>
<a href="https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla" rel="noreferrer" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla</a><br>
</blockquote></div></blockquote></div>