mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update tests/integration/test_tlsv1_3/test.py
fix comment Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
This commit is contained in:
parent
4956e9dc49
commit
070a39543b
@ -7,7 +7,7 @@ import os.path
|
||||
|
||||
|
||||
# The test cluster is configured with certificate for that host name, see 'server-cert.pem'.
|
||||
# The client have to verify server certificate against that name. Client uses SNI
|
||||
# The client has to verify server certificate against that name. Client uses SNI
|
||||
SSL_HOST = "integration-tests.clickhouse.com"
|
||||
HTTPS_PORT = 8443
|
||||
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
|
Loading…
Reference in New Issue
Block a user