Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentification with client ssl certificates not supported #170

Open
zella opened this issue Oct 11, 2024 · 2 comments
Open

Authentification with client ssl certificates not supported #170

zella opened this issue Oct 11, 2024 · 2 comments

Comments

@zella
Copy link

zella commented Oct 11, 2024

Our clickhouse configured to secured connection with ssl certificates. Something like:

<config>
  <openSSL>
    <client>
      ...
      <caConfig>...</caConfig>
      <certificateFile>...</certificateFile>
      <privateKeyFile>...</privateKeyFile>
      <verificationMode>strict</verificationMode>
    </client>
  </openSSL>
<config>

This can be done with HttpsConnectionContext . https://pekko.apache.org/docs/pekko-http/current/client-side/client-https-support.html But there no ability to pass context to Http.superPool(...). This code hardcoded in ClickHouseExecutor. For example elastic client have ability to configure ssl context. Philippus/elastic4s#2712

@sjoerdmulder
Copy link
Contributor

sjoerdmulder commented Oct 11, 2024 via email

@zella
Copy link
Author

zella commented Nov 8, 2024

@sjoerdmulder we open mr. pls check it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants