This error means there was a problem with the SSL certificate while making the request. I'll see what I can do to investigate at this end.
It would help if you knew what version of Curl you are running and what Certificate authorities it recognizes.
Thanks,
Tom
Yahoo! Developer Network
I don't know the version of Curl but it is the Curl module in PHP 5.2.8.
this is from the PHP site
PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP's ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication.
I downloaded a curl package from
http://curl.haxx.se/ that is version 17.9.2 but did not unpackage it because they say that it is not needed. I will unpackage it and see what happens, hopefully it will work but people the libcurl that you can get from the php installer to get them online so...
thanks for the reply tom:)