Skip to content

Instantly share code, notes, and snippets.

@jvloo
Created December 26, 2021 07:22
Show Gist options
  • Select an option

  • Save jvloo/f6a4933e73d8fedc2c19ccaf2acd58d6 to your computer and use it in GitHub Desktop.

Select an option

Save jvloo/f6a4933e73d8fedc2c19ccaf2acd58d6 to your computer and use it in GitHub Desktop.

Revisions

  1. Xavier Loo created this gist Dec 26, 2021.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original 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