[go: up one dir, main page]

Skip to content
weather-information collector, version 0.6.7 (2018-07-22)

Use HTTPS instead of HTTP for requests to OpenWeatherMap API.

Originally, OpenWeatherMap did not provide HTTPS / SSL for all
its plans, only for the paid plans. That is the reason why the
original implementation of weather-information-collector used
unencrypted HTTP connection for OpenWeatherMap API calls.
However, OpenWeatherMap does now provide HTTPS for all its plans,
so weather-information-collector can safely switch to HTTPS for
all OpenWeatherMap API requests. Thanks, OpenWeatherMap team.