We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081f1af commit ab2ef43Copy full SHA for ab2ef43
1 file changed
vertica_python/tests/integration_tests/test_tls.py
@@ -360,6 +360,7 @@ def test_sslcontext_mutual_TLS(self):
360
ssl_context.load_cert_chain(certfile=self.client_cert.name, keyfile=self.client_key.name)
361
362
self._conn_info['ssl'] = ssl_context
363
+ self._conn_info['tlsmode'] = 'require'
364
with self._connect() as conn:
365
cur = conn.cursor()
366
res = self._query_and_fetchone(self.SSL_STATE_SQL)
0 commit comments