美文网首页
Laravel使用AWS服务遇到的问题

Laravel使用AWS服务遇到的问题

作者: Allen_Go | 来源:发表于2019-02-01 15:40 被阅读0次

    1.本地使用aws的图片上传SDK遇到问题:

    [2019-02-01 07:26:26] production.ERROR: Error executing "PutObject"on "https://xxxxx.s3.us-west-2.amazonaws.com/origin/product/003934000000/5c53f49fb7ff1.jpg";AWS HTTP error: cURL error 60: SSL certificate problem:unable to get local issuer certificate(see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

    解决方法(原链接):

    download the certifate from http://curl.haxx.se/ca/cacert.pem and define it in php.ini as following:

    curl.cainfo = "C:\AppServ\cacert.pem"

    相关文章

      网友评论

          本文标题:Laravel使用AWS服务遇到的问题

          本文链接:https://www.haomeiwen.com/subject/cbjdsqtx.html