刚从shopfiy开始,这是我有史以来的第一篇文章!

我试图在此处设置Sandeeps Shetty的“ PHP中的简单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,数组)\ 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上。

最佳答案

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

CURLOPT_SSLVERSION => 3

到$ default_curl_opts数组中的wcurl.php。

感谢所有提供帮助的人!

10-07 13:42
查看更多