PHP 7.0 cURL not working - WAMP on Windows 10 64 bit [duplicate]

久未见 提交于 2019-12-03 08:51:30
Edvard Åkerberg
  1. Download ca-bundle.crt from https://github.com/bagder/ca-bundle/blob/e9175fec5d0c4d42de24ed6d84a06d504d5e5a09/ca-bundle.crt
  2. Put the file in c:\wamp64\
  3. Change php.ini to the following

    curl.cainfo="C:/wamp64/ca-bundle.crt"

    openssl.cafile="C:/wamp64/ca-bundle.crt"

This worked for me.

Note : You have to restart server after doing above process.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!