[BUG] Certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)
Marma92 opened this issue · 2 comments
Marma92 commented
Hello, when I run my script, using instapy-cli on my PC I don't encounter any issue. However, on my mac, here is the error thrown:
ClientError URLError <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)> (Code: 0, Response: )
To Reproduce
Code to reproduce the behavior is a classic one:
with client(username, password) as cli: cli.upload(filepath, text)
(Entire code can be seen here )
Env :
- OS: macOS
- Python: 3.7
- instapy-cli Version: 0.0.12.0
Marma92 commented
Since it seems more related to the requests package, I'm closing this issue, suggesting to anyone encountering a similar issue to look for it, it's fairly documented.
gogs85 commented
Hi I have the same issue and use Python 3.8