Click here to Skip to main content
15,867,986 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I had a project in laravel(PHP framework). For that I followed all the steps mentioned in
https://www.plivo.com/docs/getting-started/send-a-single-sms/ .

This project works perfectly previously, that means before I update composer.json.
My Plivo folder is inside the root folder. Guzzle installed is "guzzlehttp/guzzle": "v3.8.1" and plivo is of version "v1.0.1" .

But now when I update composer.json, it shows me an error message as,

Quote:
Fatal error: Uncaught exception 'GuzzleHttp\Exception\RequestException' with message 'cURL error 60: SSL certificate problem: self signed certificate in certificate chain


Problem is because of updated guzzle and plivo packages. Now guzzle is of version "v6.1.1" and plivo is of version "v1.1.0".

Please help and tell me how to solve this irritating problem. Many thanks in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900