With TLS enabled on client, it connects to gossip port with TLS. TLS on gossip port is not supported on Eventstore 5.x? If we disable TLS on gossip request, client still connects to none secure tcp port. Expecting use of secure tcp, when TLS is enabled on client. Added PR on issue: https://github.com/EventStore/EventStore.JVM/pull/164
With TLS enabled on client, it connects to gossip port with TLS. TLS on gossip port is not supported on Eventstore 5.x?
If we disable TLS on gossip request, client still connects to none secure tcp port. Expecting use of secure tcp, when TLS is enabled on client.
Added PR on issue:
#164