SSL certificate error: Self-signed certificate in certificate chain when using Twilio on my Laravel website


blurry

I'm testing the code on localhost and trying to apply dtisgodsson/laravel4-twilio to the current website but I get this error

SSL certificate problem: self signed certificate in certificate chain

After putting this code in index.blade.php:

Twilio::to('119061539155')->message('This is so, damn, easy!');

What can I do to get rid of this error?

Ricky Robinette

The Twilio developer evangelist is here.

This error is caused by not having the latest CA root certificate bundle in the PHP installation. You need to download the latest CA root certificate bundle and update php.ini to use this bundle. This blog post shows you how to do both.

Let me know if all problems can be solved!

Related


Embed from a website using a self-signed SSL certificate

Stephen Murdoch My website has an SSL certificate from a certificate authority. I have Piwik installed on a server in my office and get the tracking code from it on every page view. I realized that if I wanted to avoid the "untrusted content" browser warning,

Embed from a website using a self-signed SSL certificate

Stephen Murdoch My website has an SSL certificate from a certificate authority. I have Piwik installed on a server in my office and get the tracking code from it on every page view. I realized that if I wanted to avoid the "untrusted content" browser warning,

Embed from a website using a self-signed SSL certificate

Stephen Murdoch My website has an SSL certificate from a certificate authority. I have Piwik installed on a server in my office and get the tracking code from it on every page view. I realized that if I wanted to avoid the "untrusted content" browser warning,

OpenSSL: Error "Self-signed certificate in certificate chain"

Lunar Mushrooms: When I use the openssl API to verify the server certificate (self-signed), I get the following error: Error 1 Deep Look 19: Self-signed certificate in certificate chain According to the openssl documentation , this error (19) is "X509_V_ERR_SE

OpenSSL: Error "Self-signed certificate in certificate chain"

Lunar Mushrooms: When I use the openssl API to verify the server certificate (self-signed), I get the following error: Error 1 Deep Look 19: Self-signed certificate in certificate chain According to the openssl documentation , this error (19) is "X509_V_ERR_SE