Skip to content

Instantly share code, notes, and snippets.

@jvloo
Created December 26, 2021 07:22
Show Gist options
  • Save jvloo/f6a4933e73d8fedc2c19ccaf2acd58d6 to your computer and use it in GitHub Desktop.
Save jvloo/f6a4933e73d8fedc2c19ccaf2acd58d6 to your computer and use it in GitHub Desktop.
amazon-s3-ssl-error-on-localhost
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