Application and invalid certificate errors

一笑奈何 提交于 2019-12-13 07:17:51

问题


I am testing a call flow and I am receiving the following errors. I am receiving this error message on my twilio alert dashboard:

11237 - Certificate Invalid - Could not find path to certificate

and if I try dialing the number the prompt I hear on the phone is

We are sorry and application error has occurred. Goodbye

I am using a trial account and have not upgraded yet. I am also using openvbx.

Can anyone help me please?


回答1:


The error you're getting is documented here:

https://www.twilio.com/docs/api/errors/11237

So, you either configure the phone number 'Request URL' value at Twilio to use http instead of https or configure your openvbx web server (Apache or Nginx) with a certificate from an established CA (certificate authority), that means you can't use a self signed certificate.




回答2:


Twilio developer evangelist here. I think the error you're seeing is because you're either trying to use a self-signed certificate, or the certificate you're using is not issued by an approved certificate authority.

Check this link out for more information.

If you want to use SSL, I would suggest using something like let's encrypt. I wrote an article describing how to install it on Apache.

Hope this helps you



来源:https://stackoverflow.com/questions/37249582/application-and-invalid-certificate-errors

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