"[EMAIL PROTECTED]" wrote : You should not be setting the ciphers unless you know its needed.
If I don't, I get this error while starting JBoss: | 13:13:29,538 ERROR [PoolTcpEndpoint] Endpoint [SSL: ServerSocket[addr=/0.0.0.0,port=0,localport=8443]] ignored exception: java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled. | java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No available certificate or key corresponds to the SSL cipher suites which are enabled. | at org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:113) | at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:407) | at org.apache.tomcat.util.net.PoolTcpEndpoint.run(PoolTcpEndpoint.java:647) | at java.lang.Thread.run(Thread.java:595) | 13:13:29,588 WARN [PoolTcpEndpoint] Reinitializing ServerSocket | This happens on WinXP (sp2), Win2000, and Win2003 serv. w/ JBoss 4.0.4.GA. The aforementioned exception appears about 100+ times while booting JBoss. When I set the ciper="SSL_DH_anon_WITH_RC4_128_MD5" in the Connector tag in server.xml...the exception goes away but https still doesn't work right. In my desperation, I went to: http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#SSLOverview And filled in *every single* available ciper listed there in the "cipher" attribute and I still can't do https. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946292#3946292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946292 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
