Created
December 26, 2021 07:22
-
-
Save jvloo/f6a4933e73d8fedc2c19ccaf2acd58d6 to your computer and use it in GitHub Desktop.
Revisions
-
Xavier Loo created this gist
Dec 26, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ 1. Get this file and save it to your hard drive: https://curl.haxx.se/ca/cacert.pem 2. Configure `curl.cainfo` in `php.ini` with the full path to the file downloaded in step 1. 3. Restart Apache. Reference: https://stackoverflow.com/a/11910818