Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8052406

SSLv2Hello protocol may be filtered out unexpectedly

XMLWordPrintable

    • b26
    • Verified



        In server side,
         -Use SSLServerSocket class created in SSLServerSocketFactory
         -Cipher suite : TLS_RSA_WITH_AES_128_CBC_SHA256 is set to
        setEnabledCipherSuites()
         -Crypto protocol : Default value

        In client side,
        -Use SSLServerSocket class created in SSLServerSocketFactory
        -Cipher suite : Set all the cipher suites by
        SSLSocket.getSupportedCipherSuites() to SSLSocket.setEnabledCipherSuites()
        -Crypto protocol :Set all the encrypto protocols by
        SSLSocket.getSupportedProtocols() to SSLSocket.setEnabledProtocols()
        -All the supported cipher suites and crypto protcols are enabled.

        Then, The client and server try to communicate in SSL,
        javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
        occurs.

         

              xuelei Xuelei Fan
              shadowbug Shadow Bug
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: