Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbf61f commit d6dc952Copy full SHA for d6dc952
1 file changed
Lib/test/test_ssl.py
@@ -1801,7 +1801,6 @@ def test_crl_check(self):
1801
context = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
1802
context.verify_mode = ssl.CERT_REQUIRED
1803
context.load_verify_locations(SIGNING_CA)
1804
- context.verify_mode = ssl.CERT_REQUIRED
1805
context.verify_flags = ssl.VERIFY_DEFAULT
1806
1807
# VERIFY_DEFAULT should pass
0 commit comments