Closed DanielCaminero87 closed 3 years ago
That error "self signed certificate in certificate chain" suggests that urllib.request.urlopen('https://api.wolframalpha.com')
is somehow triggering the certificate validation failure in your environment. I suspect you have some service between your host and wolframalpha that's intercepting the traffic.
Are you able to able to run that command?
Probably this issue is unrelated to this library and you should search that error message in another forum. Probably, you just need to install trusted certificates or figure out why your traffic is being intercepted and disrupting the trust chain.
How do I get this fixed its giving me an ssl error