Nexmo API凭据错误
我正在使用Nexmo软件包的短信功能。 但是我遇到了一个错误,那就是:
请提供Nexmo API凭证。 可能的组合:api_key + api_secret,api_key + signature_secret,private_key + application_id,api_key + api_secret + private_key + application_id,api_key + signature_secret + private_key + application_id
虽然我已经填写了我的.env
和config/nexmo.php
文件。
我刚刚使用回购指南创建了一个新的Laravel项目,并得到了这个新的错误消息。
>cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
回购工作正常,只是我的xampp也许是问题。
我的解决方案非常简单:按照以下链接:http://curl.haxx.se/ca/cacert.pem复制整个页面并将其保存在:“cacert.pem”
然后在你的php.ini文件中插入或编辑以下行:curl.cainfo =“[pathtothisfile] cacert.pem”
链接地址: http://www.djcxy.com/p/863.html上一篇: Nexmo API credentials error
下一篇: browserify and babelify very slow due to large data js files