79547219

Date: 2025-03-31 20:37:56
Score: 0.5
Natty:
Report link

The "no cipher suites in common" exception can also be caused by mutually exclusive list of supported ciphers between both ends of the TLS connection. This can happen when trying to integrate TLS flows between legacy and modern application deployments.

As an example, this can happen when one end of the connection is on Java 21 and the other on Java 7.

In OpenJDK 21, the default cipher suit does not include any of the default ciphers from Oracle JDK 1.7.

Reasons:
  • No code block (0.5):
Posted by: RZet