Ferry Huberts created FELIX-4896:
------------------------------------

             Summary: Jetty web server 'no cipher suites in common' bug
                 Key: FELIX-4896
                 URL: https://issues.apache.org/jira/browse/FELIX-4896
             Project: Felix
          Issue Type: Bug
          Components: HTTP Service
    Affects Versions: http.jetty-3.0.2
         Environment: Fedora 21 x64
            Reporter: Ferry Huberts


I can no longer connect to the webconsole.

I'm using
{noformat}
./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
{noformat}

I will attach the DEBUG log on connection establishment.
The relevant error is:
{noformat}
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
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to