pip: cert failed, but curl works

Unfortunately pip does not use the system certs, but curl does. I found a solution: pip –cert /etc/ssl/certs/FOO_Root_CA.pem install pep8 This is not nice (curl and other libraries find the cert without adding a parameter) but works. If you don’t want to use the command line argument, you can set the cert in ~/.pip/pip.conf: [global] … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)