Created
December 26, 2021 07:22
-
-
Save jvloo/f6a4933e73d8fedc2c19ccaf2acd58d6 to your computer and use it in GitHub Desktop.
amazon-s3-ssl-error-on-localhost
This file contains 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 characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment