i can't get urllib3 to work.
it always returns Name or Service not known errors
Same code runs perfectly fine outside of Domo.
What gives?
I notice it references some cert where it says cert_required. Is this some cert you're using for authentication, one which is on your computer but would not be in Domo?
certifi provides mozilla root certificate bundle in order to request HTTPS URLs.
https://urllib3.readthedocs.io/en/latest/user-guide.html#certificate-verification
Ahhh ok, I mostly deal with the requests library with Python, thanks for the education.
I do too... but only the urllib3 package is available in Domo.