Java transport client secure authentication

I’m trying to connect securely with the Java transport client, and I’m using the same code as in SSLTest.testTransportClientSSL. However, when I run my code, I get Unsupported transport.type [com.amazon.opendistroforelasticsearch.security.ssl.http.netty.OpenDistroSecuritySSLNettyTransport].

I think the problem is the plugin is using the HTTP netty transport and not com.amazon.opendistroforelasticsearch.security.ssl.transport.OpenDistroSecuritySSLNettyTransport.

Does anyone know how to configure the TransportClient to connect securely?

Hi @esuser as the topic is quite old, can you confirm if the question is still relevant? If so can you confirm the version of odfe that you are using?