HomeLaravel

Laravel 5 Tutorial : cURL error 60: SSL certificate problem: unable to get local issuer certificate

Laravel 5.3 tutorial : how to fix issue RequestException in CurlFactory.php line 187: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html

Laravel 5 Tutorial : All Artisan Commands in Laravel 5.3
laravel 5 Issues : Call to undefined method Illuminate\Foundation\Application::bindShared()
#Part10 laravel 5 Blog Tutorial : Adding Bootsrtap Theme in Laravel 5.3
Laravel 5.3 tutorial - Today i have a problem with SSL certificate, i create simple one application using laravel 5.3 and got some error, "RequestException in CurlFactory.php line 187:
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)".

How to Fix this issue?

The correct solution is to fix your PHP setup. Please setting CURLOPT_SSL_VERIFYPEER to false is a quick hack, but it's wrong as you disable the certificate validation by it's certificate authority. This exposes you to a man-in-the-middle attack.

It's easy to fix (php 5.3.7 or higher) - Download a list file with an up-to-date certificate authorities, and add this setting to your php.ini, Download Here. After download, just save it with name "cacert.pm"
SSL certificate problem: unable to get local issuer certificate

Next, open your php.ini file.

curl.cainfo=<path-to>cacert.pem

For example, i assume your cacert file stored in C:\cacert.pem, so we will configure php.ini file with

curl.cainfo = "C:\cacert.pem"

Restart your web server, and it'll work ! i have already try using xampp and wamp server and still working.

See you next lessons..

Feel free to code it up and send us a pull request.

Hi everyone, let's me know how much this lesson can help your work. Please Subscribe and Follow Our Social Media 'kodeajaib[dot]com' to get Latest tutorials and will be send to your email everyday for free!, Just hit a comment if you have confused. Nice to meet you and Happy coding :) all ^^



Follow by E-Mail


COMMENTS

DISQUS
Name

ADO.NET,3,Ajax,6,Android,9,AngularJS,4,ASP.NET,4,Blogger Tutorials,7,Bootstrap,7,C++,1,Codeigniter,2,Cplusplus,6,Crystal Report,6,CSharp,25,Ebook Java,2,FlyExam,1,FSharp,3,Game Development,2,Java,35,JDBC,2,Laravel,89,Lumen,2,MariaDB,2,Ms Access,3,MySQL,31,ODBC,6,OleDB,1,PHP,14,PHP Framework,6,PHP MYSQLI,9,PHP OOP,5,Python,8,Python 3,4,SQL Server,4,SQLite,4,Uncategorized,5,Vb 6,2,Vb.Net,89,Video,48,Vue Js,4,WPF,2,Yii,3,
ltr
item
KODE AJAIB: Laravel 5 Tutorial : cURL error 60: SSL certificate problem: unable to get local issuer certificate
Laravel 5 Tutorial : cURL error 60: SSL certificate problem: unable to get local issuer certificate
Laravel 5.3 tutorial : how to fix issue RequestException in CurlFactory.php line 187: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKhl9NXuddIb4h7kfao86KUQAYmGuAdp5HSonxiADaCr_IROnHUNeJZqDiC3fYTPZjGW8Lg5JqkzGUm_SSnS4cm_Xt_tckT48VkFNwMBmSmp68AJ3svjbnIxMT3NGtDoU94kCDgQJcsas/s320/ssl+cerificate+problem.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKhl9NXuddIb4h7kfao86KUQAYmGuAdp5HSonxiADaCr_IROnHUNeJZqDiC3fYTPZjGW8Lg5JqkzGUm_SSnS4cm_Xt_tckT48VkFNwMBmSmp68AJ3svjbnIxMT3NGtDoU94kCDgQJcsas/s72-c/ssl+cerificate+problem.png
KODE AJAIB
https://scqq.blogspot.com/2016/10/laravel-5-tutorial-curl-error-60-ssl.html
https://scqq.blogspot.com/
https://scqq.blogspot.com/
https://scqq.blogspot.com/2016/10/laravel-5-tutorial-curl-error-60-ssl.html
true
3214704946184383982
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy