cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Curl slow!

From: yong wang <wangyongman_at_gmail.com>
Date: Fri, 24 Aug 2007 16:54:18 +0900

Hi

Thank you very much for your advice.

Surely it is old version.
I suggest to my leader with upgrading the Curl.

But why sometimes it is fast.

The followed is SSL source in nusoap.

   $this->object->authtype = 'certificate';
   $this->object->certRequest['sslkeyfile'] = $path_c_key;
   $this->object->certRequest['passphrase'] = $path_c_pp;
   $this->object->certRequest['sslcertfile'] = $path_c_crt;
   $this->object->certRequest['verifypeer'] = 0;
   $this->object->certRequest['verifyhost'] = 0;

Thanks a lot

wangyong

2007/8/24, Daniel Stenberg <daniel_at_haxx.se>:
>
> On Fri, 24 Aug 2007, yong wang wrote:
>
> > curl 7.10.6 (i386-redhat-linux-gnu) libcurl/7.10.6 OpenSSL/0.9.7a ipv6
> > zlib/1.1.4 Nusoap 0.7.2
>
> That libcurl version is more than four years old and suffers from several
> publicly vulnerabilities. OpenSSL and zlib of those stated versions are
> also
> very old and have known security issues.
>
> I would seriously recommend an upgrade.
>
> > It always spend 1s from apache to remote apache . But Sometimes It spend
> > 25s.
>
> I doubt that this is due to (lib)curl, but when you've upgraded you could
> run
> wireshark or similar to properly diagnose what's going on and exactly what
> parts of the communication that is taking this long time.
>
> --
> Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
>

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2007-08-24