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

SSLHandshakeException: No appropriate protocol

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 8u301
    • core-libs

      8u281: works fine in the environment
      8u291: failed with this error but workaround by
             enabling TLSv1 and TLSv1.1 in java.security
      8u301: failed with this error but workaround by
             enabling TLSv1 and TLSv1.1 in java.security

      Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol
      (protocol is disabled or cipher suites are inappropriate)
      at sun.security.ssl.HandshakeContext.<init>(HandshakeContext.java:171)
      at
      sun.security.ssl.ClientHandshakeContext.<init>(ClientHandshakeContext.java:101
      )
      at sun.security.ssl.TransportContext.kickstart(TransportContext.java:238)
      at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:394)
      at sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:819)
      at sun.security.ssl.SSLSocketImpl.access$200(SSLSocketImpl.java:75)
      at
      sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1104)
      at java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:167)
      at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:3604)
      at HTTPClient.HttpOutputStream.closeImpl(HttpOutputStream.java:461)
      at HTTPClient.HttpOutputStream.access$000(HttpOutputStream.java:99)
      at HTTPClient.HttpOutputStream$1.run(HttpOutputStream.java:417)
      at
      HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:1083)

      at HTTPClient.HttpOutputStream.close(HttpOutputStream.java:415)
      at
      oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.sendMessage(HttpSOAPConnecti
      on.java:1251)
      at
      oracle.j2ee.ws.saaj.client.p2p.HttpSOAPConnection.post2(HttpSOAPConnection.jav
      a:657)
      ... 134 more

            pkoppula Prasadarao Koppula (Inactive)
            shadowbug Shadow Bug
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: