curl-library
Curl Multi issues
Date: Sun, 7 Nov 2010 15:16:39 -0800
Hello,
I'm having an issue with curl_multi and ssl. It will fetch the first url,
but none of the others that have been added when requesting the same url
multiple times. I change the url to a non-https url and it works fine.
Below is the dump of curl_verison() from php.
Array
(
[version_number] => 463872
[age] => 3
[features] => 541
[ssl_version_number] => 0
[version] => 7.20.0
[host] => i386-apple-darwin9.8.0
[ssl_version] => OpenSSL/0.9.8m
[libz_version] => 1.2.3
[protocols] => Array
(
[0] => dict
[1] => file
[2] => ftp
[3] => ftps
[4] => http
[5] => https
[6] => imap
[7] => imaps
[8] => pop3
[9] => pop3s
[10] => rtsp
[11] => smtp
[12] => smtps
[13] => telnet
[14] => tftp
)
)
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-11-08