Ive tried to use "-cert lneves.pem" but the openssl command is asking for the key Ive tried to extract the private key from IE but the option is greyed-out (key is not exportable), and I dont know how to get it from the smartcard itself.... Im stucked Luis > Date: Fri, 6 Aug 2010 14:16:47 +0200 > From: joost@xxxxxxxxxxxxxxxxx > To: users@xxxxxxxxxxxxxxxx > Subject: RE: strange behaviour: SSLCACertificatePath and SSLCACertificateFile not giving the same result? > > On Fri, August 6, 2010 13:52, Luis Neves wrote: > > > > Im trying as suggested, But what should I look for? I see the SSLv3 > > traffic between server and client. > > > > The server send all the CA certificates, the client send all his > > certificates as well, then a BAD certificate error is returned by the > > server > > On the server, compare the output of: > > openssl s_client -connect server:443 -cert [clientcert.p12] -CAfile > [bundledCAfile] > openssl s_client -connect server:443 -cert [clientcert.p12] -CApath > [PathtoCAfiles] > > Joost > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > |