Merge pull request #66844 from ClickHouse/debug-ssl-test

What if I will change the test for SSL authentication?
This commit is contained in:
Alexey Milovidov 2024-07-22 13:23:55 +00:00 committed by GitHub
commit 7d03fd98bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,15 +43,10 @@ def started_cluster():
config = """<clickhouse>
<openSSL>
<client>
<verificationMode>none</verificationMode>
<verificationMode>strict</verificationMode>
<certificateFile>{certificateFile}</certificateFile>
<privateKeyFile>{privateKeyFile}</privateKeyFile>
<caConfig>{caConfig}</caConfig>
<invalidCertificateHandler>
<name>AcceptCertificateHandler</name>
</invalidCertificateHandler>
</client>
</openSSL>
</clickhouse>"""