FIXED - CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt | vetechno
FIXED - CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt | vetechno In this blog post we will fix CAfile: C:\xampp\apache\bin\curl-ca-bundle.crt error setting certificate in Windows 10 Xampp server. This error generally comes when you don't have valid CA certificates or missing curl-ca-bundle.crt file in Xampp server for connecting with s3 bucket in AWS. How to Fix Xampp - missing apache\bin\curl-ca-bundle.crt file ? Step1. Stop your Xampp Server. Step2. Download this file and rename the downloaded "cacert.pem" file to "curl-ca-bundle.crt" and move it to the " C:\xampp\apache\bin\ " folder inside the XAMPP installation directory. Note:- Your Xampp installation directory may be different. Step4. Now restart Xampp server and check the same. If above file will not work then try to download latest caert certificate from: * https://curl.haxx.se/docs/caextract.html * https://curl.se/docs/caextract.html * https://curl.se/docs/sslcerts.html Conclusion:-...