[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gotmail] Eror -- curl: (60) error setting cerficate verifylocations
From: |
T. Ermlich |
Subject: |
Re: [gotmail] Eror -- curl: (60) error setting cerficate verifylocations |
Date: |
Tue, 22 Apr 2003 20:57:11 +0200 |
----- Original Message -----
From: "paul cannon" <address@hidden>
To: <address@hidden>
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 address@hidden |
> | verifier of certificates http://people.debian.org/~pik/ |
>
>
> _______________________________________________
> Gotmail-list mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/gotmail-list
>
c y
Torsten