[Python-modules-team] Bug#766481:
Andres Riancho
andres.riancho at gmail.com
Sat Mar 14 22:33:50 UTC 2015
It seems that the code at requests' adapters.py is creating the
exception which contains a message with an SSLError:
except (_SSLError, _HTTPError) as e:
if isinstance(e, _SSLError):
raise SSLError(e, request=request)
--
Andrés Riancho
Project Leader at w3af - http://w3af.org/
Web Application Attack and Audit Framework
Twitter: @w3af
GPG: 0x93C344F3
More information about the Python-modules-team
mailing list