cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl-users Digest, Vol 107, Issue 12

From: Madhavi Gundeti <madhavi.gundeti07_at_gmail.com>
Date: Fri, 1 Aug 2014 11:23:40 +0530

Hi Daniel Stenberg,

> My application is working without any issues on Mavericks and Mountain
Lion.

>... those are versions that still used curl built with OpenSSL, aren't
they?
Ans:
Yes, Mavericks and Mountain Lion versions are using Curl 7.30 with OpenSSL.
Direct install of my application is working perfectly fine.
But If I upgrade Mountain Lion with my application to Mavericks then again
I am getting curl 35 error.

>libssl and libcrypto are for OpenSSL. What does "added the latest version"
>mean exactly? Did you build the latest curl from source?
Ans:
No. I downloaded latest libcurl.4 from "
http://www.hmug.org/pub/MacOS_X/BSD/Applications/Internet/curl/".
And added to Xcode project then rebuilt my application and tested. But No
use.

And I upgrade the curl version from 7.30 to 7.37 on Yosemite Beta. Still I
am facing the same error 56.

Here I am facing 2 curl errors in 2 different cases.
Case 1. During upgrades from Mountain Lion to Mavericks -- Error 35.
       This problem I solved temporarily by adding "sslv3" version to my
curl call. And I wrote a while loop for continuous curl request.
      Ex: curl -v -3 "My server URL" -- Repeating this call 10 times.
     But curl call is successful after 4 to 5 minutes.

Case 2. On Yosemite alone, Direct install of my application is failing with
Error 56.
No solution.

 Please suggest me to resolve these issues.

Thanks and Regards,
Madhavi G.

On Thu, Jul 31, 2014 at 3:30 PM, <curl-users-request_at_cool.haxx.se> wrote:

> Send curl-users mailing list submissions to
> curl-users_at_cool.haxx.se
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
> or, via email, send a message with subject or body 'help' to
> curl-users-request_at_cool.haxx.se
>
> You can reach the person managing the list at
> curl-users-owner_at_cool.haxx.se
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of curl-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Curl error code 35 after Mac OS upgrade from Mountain
> Lion to Mavericks (Daniel Stenberg)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 31 Jul 2014 10:50:56 +0200 (CEST)
> From: Daniel Stenberg <daniel_at_haxx.se>
> To: the curl tool <curl-users_at_cool.haxx.se>
> Subject: Re: Curl error code 35 after Mac OS upgrade from Mountain
> Lion to Mavericks
> Message-ID: <alpine.DEB.2.00.1407311034330.8987_at_tvnag.unkk.fr>
> Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
>
> On Wed, 30 Jul 2014, Madhavi Gundeti wrote:
>
> >> User-Agent: curl/7.30.0
>
> > * Closing connection 0
> > curl: (56) SSLRead() return error -9806
>
> This is an error code returned from darwinssl's SSLRead() function. I don't
> think there's a lot we can do about it.
>
> It might be interesting to grep their include files to figure out what
> -9806
> actually means.
>
> > My application is working without any issues on Mavericks and Mountain
> Lion.
>
> ... those are versions that still used curl built with OpenSSL, aren't
> they?
>
> > I added the latest version of libcurl and libssl and libcrypto to my
> > project and tested .. still same problem I am facing.
>
> libssl and libcrypto are for OpenSSL. What does "added the latest version"
> mean exactly? Did you build the latest curl from source?
>
> --
>
> / daniel.haxx.se
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> curl-users mailing list
> curl-users_at_cool.haxx.se
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
>
>
> ------------------------------
>
> End of curl-users Digest, Vol 107, Issue 12
> *******************************************
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-08-01