Page MenuHomePhabricator

http module in py3 doesnt detect and treat SSL certificate errors correctly
Closed, ResolvedPublic

Description

Very closely related to bug 72009, the http module should detect SSL certificate errors and raise a FatalServerException so that api.py doesnt keep trying to connect. This works in py2, but py3 ssl error codes are different.


Version: core-(2.0)
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=72236

Details

Reference
bz72247

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:49 AM
bzimport set Reference to bz72247.
bzimport added a subscriber: Unknown Object (????).

gerritadmin wrote:

Change 167546 had a related patch set uploaded by John Vandenberg:
Detect and handle SSL certificate errors as fatal

https://gerrit.wikimedia.org/r/167546

gerritadmin wrote:

Change 167546 merged by XZise:
Detect and handle SSL certificate errors as fatal

https://gerrit.wikimedia.org/r/167546