Re: Eror -- curl: (60) error setting cerficate verifylocations

"T. Ermlich" <[email protected]> Tue, 22 Apr 2003 20:57:11 +0200
Newsgroups gmane.mail.gotmail
Message-ID <[email protected]>
----- Original Message -----
From: "paul cannon" <[email protected]>
To: <[email protected]>
Sent: Tuesday, April 22, 2003 8:32 PM
Subject: Re: [gotmail] Eror -- curl: (60) error setting cerficate
verifylocations


> On Tue, Apr 22, 2003 at 08:17:15PM +0200, T. Ermlich wrote:
> > I'm running SuSE 8.2, and compiled gotmail-0.79.
> > Now, when starting it, I get this:
> ...
> > curl: (60) error setting cerficate verify locations
>
> Newer versions of curl try to make all https connections more secure by
> verifying them using a certification authority bundle. libcurl should
> come with one now, called "curl-ca-bundle.crt" which curl should be able
> to find. You need to either get that file somewhere it can be found, or
> add -k to the curl options (this makes curl not care about verifying).
>

Thanks a lot for that hint!

I simply changed the line (within the gotmail script)
my($conf_curl) = 'curl';
to
my($conf_curl) = 'curl -k';

And now it works fine.

> --
> .------------------------------------------------------------.
> | paul cannon                                 [email protected] |
> | verifier of certificates    http://people.debian.org/~pik/ |
>
>
> _______________________________________________
> Gotmail-list mailing list
> [email protected]
> http://mail.nongnu.org/mailman/listinfo/gotmail-list
>

c y
Torsten