opendreambox / enigma2-plugins

Python plug-ins for enigma2 (DreamOS)
https://dreambox.de/
Other
37 stars 49 forks source link

Screensaver/configure ssl verification #34

Closed nengelbrecht closed 2 years ago

dhwz commented 2 years ago

I see no reason to use request here the download is also working with twisted.

nengelbrecht commented 2 years ago

Hi @dhwz, the PR was still wip as I wanted to provide some explanation as well: My intention was to enable the users to choose whether ssl-verification is enabled or not. SSL-verification should be enabled by default of course though. I decided to use 'requests' instead of 'twisted‘ due to the simplicity of disabling the ssl-verification.