Hello,

i'm using jboss 4.0.2 with Tomcat. I configured Tomcat to allow https 
connections in server.xml, like this:

 Connector port="443"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"               
keystoreFile="/servers/jboss-4.0.2/server/production/conf/cert.p12"
               keystoreType="pkcs12"
               keystorePass="********"

The problem is that when i try to acess a web application in https with my 
Firefox browser i get the error: "cannot communicate securely because they have 
no common encryption algorithms"
 
But if i use the Internet Explorer it works with no problems.

Thanks for any help,
David Araújo



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891427#3891427

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891427


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to