You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EE counterpart: hazelcast/hazelcast-enterprise#6244
This PR introduces a draft implementation of the TLS version of the TPC socket
The TlsNioAsyncSocket implementation is going to be improved over a series
of PRs to follow this one, along with increasing test coverage.
The PR also enhances the TPC bootstrapping code to allow the Enterprise version
to create TLS TPC sockets based on the "classic" ports SSL/TLS configuration
The TcpClientConnectionManager is changed accordingly to allow the client
to establish TLS-secured connection with the TPC ports if these use TLS
The text was updated successfully, but these errors were encountered:
The tracking issue for the Java side PR.
See hazelcast/hazelcast#25023 for details.
EE counterpart: hazelcast/hazelcast-enterprise#6244
This PR introduces a draft implementation of the TLS version of the TPC socket
The
TlsNioAsyncSocket
implementation is going to be improved over a seriesof PRs to follow this one, along with increasing test coverage.
The PR also enhances the TPC bootstrapping code to allow the Enterprise version
to create TLS TPC sockets based on the "classic" ports SSL/TLS configuration
The
TcpClientConnectionManager
is changed accordingly to allow the clientto establish TLS-secured connection with the TPC ports if these use TLS
The text was updated successfully, but these errors were encountered: