Open dbarrundia-tiger opened 1 year ago
Can you tell what environment your Python script is running in?
If it's running on mac local, then you're experiencing the same environment problem as me.
Luckily, I was able to resolve this issue.
Cause:
Apparently python installed on a local mac sometimes doesn't come with an SSL certificate (I'm not sure).
Solution:
Go to your MAC terminal
/Applications/Python\ {local python version e.g: 3.11}/Install\ Certificates.command
Enter the command and wait for it to install.
Then try running the script again, it works!
Ditto @sokojh's comment. Depending on how you installed python on your mac, you can also find the Install Certificates.command
within the Python 3.x
directory in your /Applications
folder.
Thanks @susodapop this is not on a Mac unfortunately, it's on a Windows machine. Any ideas on what to do with that? Thanks so much!
@susodapop also wouldn't _tls_no_verify
and _enable_ssl
help us here?
@dbarrundia-tiger Were you able to figure out your issue? _tls_no_verify
would just disable cert verification, so use it carefully (e.g. I wouldn't recommend to use it in production). Also plese note that due to bug, _tls_no_verify
was ignored in some cases, so please try latest version of the library if it seems to be your case.
Getting the following error when trying to connect to our warehouse:
We have tried:
and