Skip to content

Instantly share code, notes, and snippets.

@kenoir
Created October 15, 2012 14:57
Show Gist options
  • Save kenoir/3892934 to your computer and use it in GitHub Desktop.
Save kenoir/3892934 to your computer and use it in GitHub Desktop.
CURLing through reith proxy with a cert
curl --cert ~/path/devcert.pem --cacert ~/path/ca.pem -x http://www-cache.reith.bbc.co.uk:80 https://url.of/the/thing/you/want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment