• Martin Panter's avatar
    Issue #26173: Separate bad cert file tests and client rejection test · 3464ea28
    Martin Panter authored
    Test test_wrong_cert() runs a server that rejects the client's certificate,
    so ECONNRESET is reasonable in addition to SSLError. On the other hand, the
    other three tests don't even need to run a server because they are just
    testing the parsing of invalid certificate files.
    
    Also fix a ResourceWarning by closing the wrapped socket.
    3464ea28
test_ssl.py 147 KB