Re: Mutual Authentication using Multiple CA's in Apache (mod_ssl) does not work

2010-06-07 Thread Dr. Stephen Henson
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

Re: Mutual Authentication

2008-12-11 Thread Kyle Hamilton
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

Re: mutual authentication

2004-08-09 Thread Tan Eng Ten
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

Re: Mutual Authentication

2003-06-06 Thread tplg
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

Re: Mutual Authentication

2003-06-06 Thread Michael Sierchio
[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 ?