Nexmo API凭据错误

时间:2018-04-01 14:12:56

标签: laravel-5 nexmo

我正在研究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

enter image description here

虽然我已经填写了.envconfig/nexmo.php个文件。

1 个答案:

答案 0 :(得分:2)

我刚刚使用repo中的指南创建了一个新的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”