clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

[client-v2, jdbc-v2] Add ability to set SNI for SSL Socket factory

Open chernser opened this issue 6 months ago • 0 comments

Use case

SNI is a TLS extension allowing client to specify target host. This is also used by a load balancer to route request to a correct host.

SNI should be configurable on client and request levels.

chernser avatar Jun 06 '25 17:06 chernser