Even setting verify=False on requests to https://bugzilla.wikimedia.org is resulting in some weirdness. I have a hunch it is due to the fact that tool labs has an extremely outdated version of the Python Requests library, which has a variety of known SSL negotiation issues. I've filed a bugzilla ticket to get Requests upgraded on tool labs: https://bugzilla.wikimedia.org/show_bug.cgi?id=61334
On Thu, Feb 13, 2014 at 12:57 PM, Arthur Richards <[email protected]>wrote: > I can make the tools work by setting SSL verification to False, but this > doesn't seem like the soundest approach. Looking at the SSL cert info from > https://bugzilla.wikimedia.org looks valid to me - anyone know what might > be causing this? > > > On Thu, Feb 13, 2014 at 12:41 PM, Arthur Richards <[email protected] > > wrote: > >> Just wanted to give everyone a head's up that Bingle/Bugello are broken >> after yesterday's BZ upgrade. At quick glance it appears related to BZ's >> move to a shared host - the tools are dying with the exception: >> >> requests.exceptions.SSLError: hostname 'bugzilla.wikimedia.org' doesn't >> match either of '*.planet.wikimedia.org', 'planet.wikimedia.org' >> >> I'll be digging into this shortly and will update when I have more info >> and/or resolution. >> >> -- >> Arthur Richards >> Software Engineer, Mobile >> [[User:Awjrichards]] >> IRC: awjr >> +1-415-839-6885 x6687 >> > > > > -- > Arthur Richards > Software Engineer, Mobile > [[User:Awjrichards]] > IRC: awjr > +1-415-839-6885 x6687 > -- Arthur Richards Software Engineer, Mobile [[User:Awjrichards]] IRC: awjr +1-415-839-6885 x6687 _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
