Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4896

Jetty web server 'no cipher suites in common' bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • http.jetty-3.0.2
    • None
    • HTTP Service
    • None
    • Fedora 21 x64

    Description

      I can no longer connect to the webconsole.

      I'm using

      ./org.apache.felix.configadmin/org.apache.felix.configadmin-1.8.2.jar
      ./org.apache.felix.eventadmin/org.apache.felix.eventadmin-1.4.2.jar
      ./org.apache.felix.fileinstall/org.apache.felix.fileinstall-3.5.0.jar
      ./org.apache.felix.framework/org.apache.felix.framework-4.6.1.jar
      ./org.apache.felix.gogo.command/org.apache.felix.gogo.command-0.14.0.jar
      ./org.apache.felix.gogo.runtime/org.apache.felix.gogo.runtime-0.16.2.jar
      ./org.apache.felix.gogo.shell/org.apache.felix.gogo.shell-0.10.0.jar
      ./org.apache.felix.http.api/org.apache.felix.http.api-2.3.2.jar
      ./org.apache.felix.http.jetty/org.apache.felix.http.jetty-3.0.2.jar
      ./org.apache.felix.http.servlet-api/org.apache.felix.http.servlet-api-1.1.0.jar
      ./org.apache.felix.metatype/org.apache.felix.metatype-1.0.12.jar
      ./org.apache.felix.scr/org.apache.felix.scr-1.8.2.jar
      ./org.apache.felix.webconsole/org.apache.felix.webconsole-4.2.8.jar
      

      I will attach the DEBUG log on connection establishment.
      The relevant error is:

      javax.net.ssl.SSLHandshakeException: no cipher suites in common
      	at sun.security.ssl.Handshaker.checkThrown(Handshaker.java:1431)
      	at sun.security.ssl.SSLEngineImpl.checkTaskThrown(SSLEngineImpl.java:535)
      	at sun.security.ssl.SSLEngineImpl.readNetRecord(SSLEngineImpl.java:813)
      	at sun.security.ssl.SSLEngineImpl.unwrap(SSLEngineImpl.java:781)
      	at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:624)
      	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:516)
      	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:239)
      	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
      	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
      	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
      	at java.lang.Thread.run(Thread.java:745)
      Caused by: javax.net.ssl.SSLHandshakeException: no cipher suites in common
      	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
      	at sun.security.ssl.SSLEngineImpl.fatal(SSLEngineImpl.java:1666)
      	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:304)
      	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:292)
      	at sun.security.ssl.ServerHandshaker.chooseCipherSuite(ServerHandshaker.java:1014)
      	at sun.security.ssl.ServerHandshaker.clientHello(ServerHandshaker.java:731)
      	at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:213)
      	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
      	at sun.security.ssl.Handshaker$1.run(Handshaker.java:919)
      	at sun.security.ssl.Handshaker$1.run(Handshaker.java:916)
      	at java.security.AccessController.doPrivileged(Native Method)
      	at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1369)
      	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:612)
      	... 5 common frames omitted
      

      Attachments

        1. jetty-ssl-cipher-suite-error
          58 kB
          Ferry Huberts

        Activity

          People

            Unassigned Unassigned
            mailings@hupie.com Ferry Huberts
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: