greets,

I have a problem with the configuration of ssl with java and jboss. I've read 
thousands of posts but nothing is quite like my problem. I'm using jboss 4.0.0 
and j2ee 1.4
I want to use mutual authentication on a https server. For that cause i did the 
following:
i generated the Server KeyStore in file server.keystore
i exported the certificate from keystore to an external file server.cer
i generated the Client KeyStore in file client.keystore
i exported the certificate from keystore to external file client.cer
i imported the Client's certificate into Server's keystore
i imported Server's certificate into Client's keystore
I edited the server.xml file (standard) for ssl support and set client 
authentication on true. After that i ran the jboss standard server without 
errors. But when i go to https://localhost:8443 internet explorer shows the 
following "the server requires clients to have a certificate" and lets me 
choose the certificate. However, my own certificate can not be choosen. Infact, 
no certificate can be choosen. What am i doing wrong here? i really hope i get 
a reply, because its really frustrating.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to