Hi! I was pleased to see that the JDBC driver supports TLS[1]. However, after inspecting traffic with Wireshark, it doesn't appear to support Server Name Indication.
My use case is Ignite on Kubrnetes, behind an ingress controller that uses SNI to route connections to services. I note that the javax.net.ssl libraries do support SNI, but from what I can see those aren't used? Is SNI support something that would be easy to add, if someone could point me in the right direction? Oli [1] https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteJdbcDriver.html
