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 110a47c commit cf9c41cCopy full SHA for cf9c41c
1 file changed
Lib/test/test_ssl.py
@@ -2382,6 +2382,7 @@ def run(self):
2382
if self.server.chatty and support.verbose:
2383
sys.stdout.write(err.args[1])
2384
# test_pha_required_nocert is expecting this exception
2385
+ self.close()
2386
raise ssl.SSLError('tlsv13 alert certificate required')
2387
except OSError:
2388
if self.server.chatty:
0 commit comments