cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_easy_perform() fails with "Problem with the SSL CA cert (path? access rights?)" after first time calling this routine

From: cnm marketing <cnn.marketing_at_gmail.com>
Date: Fri, 15 Mar 2013 10:44:17 -0400

How that can be? Does libcurl also use openssl?

From my code, I only invoke libcurl routines. Again the following
output are the libcurl output by using CURLOPT_VERBOSE and CURLOPT_STDERR.
When setting CURLOPT_SSL_VERIFYHOST to 1, we got the debug1.txt output,
when setting CURLOPT_SSL_VERIFYHOST to 0, we get the debug.txt output

[root_at_l2se0132 bin]# more /debug1.txt

* About to connect() to l2se0060.lss.emc.com port 8443 (#0)

* Trying 10.247.73.60...

* Connected to l2se0060.lss.emc.com (10.247.73.60) port 8443 (#0)

* successfully set certificate verify locations:

* CAfile: /usr/yhuang/cert.pem

  CApath: none

* error:0506706E:Diffie-Hellman routines:GENERATE_KEY:key size too small

* Closing connection 0

[root_at_l2se0132 bin]# more /debug.txt

* About to connect() to l2se0060.lss.emc.com port 8443 (#0)

* Trying 10.247.73.60...

* Connected to l2se0060.lss.emc.com (10.247.73.60) port 8443 (#0)

* error:0506706E:Diffie-Hellman routines:GENERATE_KEY:key size too small

* Closing connection 0

On Fri, Mar 15, 2013 at 3:45 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:

> On Thu, 14 Mar 2013, cnm marketing wrote:
>
> * error:0506706E:Diffie-Hellman routines:GENERATE_KEY:key size too small
>>
>
> Please stop top-posting and full-quoting.
>
> My 3.2 seconds of googling on this topic lead to this:
>
> http://comments.gmane.org/**gmane.comp.encryption.openssl.**user/43777<http://comments.gmane.org/gmane.comp.encryption.openssl.user/43777>
>
> --
>
> / daniel.haxx.se
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-03-15