On Mon, Jun 07, 2010, Scott Thomas wrote:
> Bonjour All Users,
>
>
> My setup has a ROOT CA and 3 level of Sub CA's. I have generated apache web
> server and client certificates from every the ROOT and Sub CA's.
>
> I have configured my APACHE web server for client certificate (mutual)
> auth
Which version of OpenSSL on SUSE? Also important, which version of
which webserver software? (OpenSSL is not the only SSL toolkit on the
planet; mod_nss exists as well, and that's a different mailing list.)
For troubleshooting, I'd suggest looking into openssl s_client and
s_server. Load s_serv
I think this is OpenSSL's mailing list and not JSSE :)
Anyway, my quick guess is probably you need to add the "-trustcacert"
option when doing the Java's keytool import.
Cheers
[EMAIL PROTECTED] wrote:
> Hi!
>
> I have the following problem in mutual authentication
Thank you for your answer.
But I used the following command :
# openssl pkcs12 -export -in usercert.pem -inkey userkey.pem -out cert.p12
Then I try to install it on my workstation (WinNT) and get a window telling:
"Invalid Public Key Security Object File
This is an invalid Personal Information Exc
[EMAIL PROTECTED] wrote:
All those certificates are valid, and are in pem and x509 format.
When I add "SSLVerifyClient require" in httpd.conf, a window "Client
Authentication" appear but I can not select any certificate!!
1- It is important I can't install the user certificate in Personal tab ?