I'm getting the famous "SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed" problem when attempting to curl a domain that has a rapidssl certificate installed.
I'm running Ubuntu 10.10 and I have openssl installed with a huge /etc/ssl/certs directory. I've tried using the --cacert and --capath arguments.
Nothing seems to work with this specific domain, even though when I visit the site with my web browser it authenticates the certificate.
However, when I curl https://google.com, it has no problem.
What am I doing wrong?