]> 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:42 +0000 (17:30 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 16 Jan 2016 01:30:42 +0000 (17:30 -0800)
commitd7a815b115e0c64e3dfb569638081e1feffc29ba
tree95d3b330b9381ea4d95abfe9f135dbc54a48db52
parentccf44b04458522e96d2cb451d2c4874bc118b4cc
parenta3a58331a5e523e17eef964be3ee95ba1c45d977
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.