ssl/certificate issue for website

Michael Cronenworth mike at cchtml.com
Fri Nov 1 17:13:06 UTC 2013


bruce wrote:
> As far as I can tell, it should be possible to download the "pem"/cert
> from the site, via FF, and to then use this data in the curl..
>
> However, I can't quite get this to work correctly. Might be user error.
>
> Here's what I've done so far.
[snip]

Actually what you want is the CA cert. Firefox has it.

In Firefox you can export the "VeriSign Class 3 International Server CA - G3" 
cert and specify it at your command line:

curl [previous options] --cacert verisign.pem



More information about the users mailing list