Add option to explicitly disable SSL Certificate Authentication via HTTPS #1631
viiccwen
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
When connecting to ClickHouse over HTTPS with a user having an empty password, the server attempts to authenticate using SSL Certificate (CN/SAN) even though basic username/password authentication is desired.
Currently, there’s no explicit way in the Go SDK to force Basic Auth and prevent ClickHouse from triggering SSL Certificate Authentication. This behavior leads to authentication failure with the following error:
Expected Behavior:
username: default
andpassword: ""
(empty string).Reference Issue
#1630
Beta Was this translation helpful? Give feedback.
All reactions