Skip to content
Discussion options

You must be logged in to vote

The company network explains it. This is more of a Python limitation, really. Python ships with its own SSL certificates. Your company is using a firewall that does man-in-the-middle traffic inspection and then reencrypts the https connection with a self signed cert. That cert is installed on the company PC, so it trusts the connection. Python by default does not use system certs, therefore the error.

You should install this package so that Python will use system certs globally: https://pypi.org/project/pip-system-certs/

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@andytratter
Comment options

@theOehrly
Comment options

Answer selected by andytratter
@theOehrly
Comment options

@andytratter
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants