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