]> granicus.if.org Git - python/commit
Make the error message regex more lenient so that it matches both
authorGregory P. Smith <greg@krypto.org>
Sat, 16 Jan 2016 01:30:24 +0000 (17:30 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 16 Jan 2016 01:30:24 +0000 (17:30 -0800)
commita3a58331a5e523e17eef964be3ee95ba1c45d977
tree026f13134543f64f4b395619de849b7acb81b2fe
parent56aae8f3043761853504193508d404280a3ec40b
parentc7b05a409d2835fa03acb5b7440f5551e725ec3d
Make the error message regex more lenient so that it matches both
"certificate verify failed " and "CERTIFICATE_VERIFY_FAILED " as
some SSL libraries use different text than OpenSSL.