AWS SSL security error : [curl] 60: SSL certificate prob…: unable to get local issuer certificate

后端 未结 5 1494
我在风中等你
我在风中等你 2020-12-15 17:07

I am trying to connect Amazon\'s S3 files from my (localhost) Windows 8 machine running AppServ 2.5.10 (which includes Apache 2.2.8, php 5.2.

5条回答
  •  情深已故
    2020-12-15 17:44

    For those using WampServer, open the php.ini file then scroll down to the bottom and add the following:

    curl.cainfo = "C:\wamp\bin\php\php7.2.3\cacert.pem"

    Make sure you have the cacert.pem file in the folder of the current php version you are using. In my case, I have it in the php7.2.3 folder.

提交回复
热议问题