Skip to content

Commit

Permalink
test: try forcing close on tls error
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed Jul 15, 2024
1 parent f558628 commit 238cf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests_tcp_adaptor_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def test_cert_corruption(self):
self.openssl_server = openssl_server(listening_port=self.openssl_server_listening_port,
ssl_info=server_ssl_info,
name="OpenSSLServerAuthPeer",
cl_args=['-Verify', '1'])
cl_args=['-Verify', '1', '-verify_return_error'])

client_ssl_info = dict()
client_ssl_info['CA_CERT'] = CA_CERT
Expand Down

0 comments on commit 238cf97

Please sign in to comment.