Update test.py

This commit is contained in:
Sema Checherinda 2022-08-09 12:50:54 +02:00 committed by GitHub
parent d5c7cd0ef3
commit 59cb67c1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import ssl
import os.path
# The test cluster is configured with certificate for that host name, see 'server-cert.pem'.
# The test cluster is configured with certificate for that host name, see 'server-ext.cnf'.
# The client has to verify server certificate against that name. Client uses SNI
SSL_HOST = "integration-tests.clickhouse.com"
HTTPS_PORT = 8443