https://github.com/python-bugzilla/python-bugzilla/pull/3

@Joe; this should fix the issue from the python-bugzilla perspective.

@Cole; I have justified dropping the workaround in the PR.

On Thu, Jul 23, 2015 at 1:10 PM Arun Babu Neelicattu <arun.neelicattu@gmail.com> wrote:
The issues seems to be caused due to:
https://github.com/kennethreitz/requests/blob/master/requests/__init__.py#L52-L56

That enables SNI on python 2 when ndg-httpsclient is available essentially. Haven't dug into this further. Probably see if we have a usable workaround (monkey patch a monkey patch?) or patch upstream in requests.

On Thu, Jul 23, 2015 at 4:17 AM Cole Robinson <crobinso@redhat.com> wrote:
On 07/22/2015 02:06 PM, Joe Orton wrote:
> On Wed, Jul 22, 2015 at 10:56:26AM -0400, Cole Robinson wrote:
>> I'm guessing you have some outdated python dep somewhere in your python path.
>> Check python -c 'import sys; print sys.path' non-system paths for any stale
>> installs.
>
> Thanks for the suggestsion - I had checked that already... but you
> prompted me to confirm correct operation on another F22 machine.
>
> I compared a strace from failing vs passing /usr/bin/bugzilla.  The
> presence of the "python-ndg_httpsclient" package on the system breaks
> python-bugzilla.  Remove it, bugzilla works, install it again, bugzilla
> fails.  Can anybody else confirm that result?
>

Confirmed... that's interesting. I don't really have time to dig into it now.
Can you file a bug against that package and CC me?

Thanks,
Cole

_______________________________________________
python-bugzilla mailing list
python-bugzilla@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/python-bugzilla