hazelcast / hazelcast/hazelcast-cpp-client
[TRACKING ISSUE] [TPC] Allow TLS sockets in TPC Bootstrapping [HZ-2764]
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
The tracking issue for the Java side PR.
See https://github.com/hazelcast/hazelcast/pull/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 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
Contributor guide
Assessment
This issue has not been assessed yet.