PHP Shopify致命错误:未捕获异常'ShopifyClientCurlException',消息'SSL connection timeout'

时间:2012-07-10 18:35:18

标签: php ssl ssl-certificate shopify

刚开始使用shopfiy,这是我的第一个堆叠帖子!

我正在尝试设置Sandeeps Shetty的“PHP中的Simple Shopify API客户端”:

https://github.com/sandeepshetty/shopify_client

我在日志中看到以下错误(我删除了完整路径和API信息):

  

PHP致命错误:未使用异常'ShopifyClientCurlException'   消息'SSL连接超时'   shopify_client / shopify_client.php:67 \ n堆栈跟踪:\ n#0   shopwriters / shopify_client / shopify_client.php(36):shopify_api('POST',   'https:// baumbac ...',NULL,Array)\ n#1   /home/matt/public_html/projects/shopwriters/public_html/index.php(20):   oauth_access_token('shopurl ...','xxx ...','xxx ...','xxx ...')\ n#2   {main} \ n在第67行的shopify_client / shopify_client.php中抛出

有人有过类似的问题吗?我在Ubuntu 12.04上。

1 个答案:

答案 0 :(得分:3)

此问题的解决方法是添加:

CURLOPT_SSLVERSION => 3

到$ default_curl_opts数组中的wcurl.php。

感谢所有帮助过的人!