Description
When started on Java 11 we cannot form a secure cluster - Discovery will happily use the default TLSv1.3 but Communication will fail with its custom SSLEngine-using code.
Need to fix that.
Until that, nodes may be salvaged by setProtocol("TLSv1.2") on SslContextFactory, or by system property -Djdk.tls.client.protocols="TLSv1.2"
Attachments
Issue Links
- causes
-
IGNITE-14678 Remove a note about TLS 1.3 being unsupported from Java quick start
- Resolved
- is related to
-
IGNITE-11860 Temporarily peg SSL version to TLSv1.2 to fix Java 11/12
- Resolved
- relates to
-
IGNITE-11299 During SSL Handshake GridNioServer.processWrite is invoked constantly
- Resolved
-
IGNITE-11189 Support Java 11 for Apache Ignite
- Resolved
- links to