Skip to content

Instantly share code, notes, and snippets.

@dsuch
Last active August 29, 2015 14:02
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 dsuch/022127833a9f2b5b850d to your computer and use it in GitHub Desktop.
Save dsuch/022127833a9f2b5b850d to your computer and use it in GitHub Desktop.
Dealing with Error: Download error for https://launchpad.net .. routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
root# mkdir /root/.pip
root# cd /root/.pip
root# wget -c http://curl.haxx.se/ca/cacert.pem
root# cat /root/.pip/pip.conf
[global]
cert = /root/.pip/cacert.pem
root#
root# ls
cacert.pem pip.conf
root#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment