Skip to content

Instantly share code, notes, and snippets.

@dvodvo
Created October 30, 2021 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvodvo/12d0b51af6a8900a27d26d5cae3e1f20 to your computer and use it in GitHub Desktop.
Save dvodvo/12d0b51af6a8900a27d26d5cae3e1f20 to your computer and use it in GitHub Desktop.
getting curl to work on older systems
When https in the browser has its TLS updated and is properly serving up pages, but curl fails:
1. download from https://curl.haxx.se/ca/cacert.pem to get the latest file
2. add '--cacert /path/to/cacert.pem' option to the curl command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment