csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
791 stars 175 forks source link

Implement support and configuration for SSL #209

Closed csparpa closed 6 years ago

csparpa commented 7 years ago

As stated here, it is now possible to use SSL-based communications between OpenWeatherMap API and PyOWM

We need to:

Check out for any potential issue with certification chain verification on the HTTP library/code that PyOWM uses to fetch data from the API

csparpa commented 6 years ago

Requests SSL Cert validation