Hello all,

perhaps there is someone out there, who knows why openssl doesn't seem
to look for certs in /etc/ssl/certs as indicated in openssl.cnf:

[ ca ]
default_ca      = CA_default            # The default ca section

[ CA_default ]
dir             = /etc/ssl              # Where everything is kept
certs           = $dir/certs            # Where the issued certs are


For example with s_client: if it's given -CApath /etc/ssl/certs, the
process is successful, otherwise it can't find the local certificates...

openssl s_client -CApath /etc/ssl/certs -connect paypal.com:443
vs
openssl s_client -connect paypal.com:443

There are also problems with various other programs, which can't do
verification...

Any cure known? Something more to specify here?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to