On Wed, May 04, 2005, John Hoel wrote: > After another round of changes to the certificates I created, I ran s_client > and s_server. Here are the scripts: > > openssl s_client -cert c:/ca/client/client.pem -CApath c:/ca/trusted > > openssl s_server -cert c:/ca/server/server.pem -CApath c:/ca/trusted -state > > > The files in c:/ca/trusted are root.pem and serverCA.pem. >
The -CApath option needs some additional steps to work under Windows. Try it with -CAfile c:/ca/trusted/root.pem instead. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]