We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abae010 commit ed4fa21Copy full SHA for ed4fa21
vertica_python/tests/integration_tests/test_tls.py
@@ -353,7 +353,7 @@ def test_tls13_support_auto_negotiation(self):
353
354
def test_sslcontext_mutual_TLS(self):
355
# Setting certificates with TLS configuration
356
-
+ CA_cert = self._generate_and_set_certificates(mutual_mode=True)
357
358
ssl_context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
359
ssl_context.verify_mode = ssl.CERT_REQUIRED
0 commit comments