I'm trying to track down a client side issue with the use of HTTPS. I suspect it has something to do with a server misconfiguration and client side certificates.
When running s_client: $ echo -e "GET / HTTP/1.1\nHost:example.com\n" | \ openssl s_client -connect example.com:443 -ssl3 -ign_eof -CAfile ca-cert.pem Is there a message displayed that documents the server requesting a client certificate? ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org