简体   繁体   中英

“There was a problem confirming the ssl certificate” while installing python packages

The command pip3 install package_name is getting me an error saying certificate verification failed.

Failed ssl certificate verification

You can specify a cert with this parameter:

pip --cert /etc/ssl/certs/FOO_Root_CA.pem install linkchecker

See: Docs » Reference Guide » pip

Also check: SSL Cert Verification

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM