NULL cipher suites show in the list of cipher suites

Solution Verified - Updated -

Issue

  • The below java test show TLS_RSA_WITH_NULL_SHA256 as a possible Cipher:
public class Ciphers
{
    public static void main(String[] args)
    {
        java.util.Arrays.asList(((javax.net.ssl.SSLSocketFactory)javax.net.ssl.SSLSocketFactory.getDefault()).getSupportedCipherSuites()).stream().forEach(System.out::println);
    }
}

Environment

  • Red Hat Enterprise Linux
    • 8
  • OpenJDK
    • 8
    • 11

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content