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

ALPN not working when values are set directly on a SSLServerSocket

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • P2
    • Resolution: Fixed
    • None
    • 9
    • security-libs
    • b123
    • Verified

    Backports

      Description

        This works:

            sslp.setApplicationProtocols(serverAPs);
            sslSocket.setSSLParameters(sslp);

        This does not:

            sslp.setApplicationProtocols(serverAPs);
            sslServerSocket.setSSLParameters(sslp);

        When a SSLServerSocketImpl accept()s a connection, it doesn't pass applicationProtocols to the new SSLSocketImpl.

        Attachments

          Issue Links

            Activity

              People

                wetmore Bradford Wetmore
                wetmore Bradford Wetmore
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: