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

ALPN not working when values are set directly on a SSLServerSocket

XMLWordPrintable

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

        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.

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

                Created:
                Updated:
                Resolved: