fstercq / freepybox

Manage your freebox in Python using the Freebox OS API
23 stars 31 forks source link

Use HTTPS instead of HTTP #2

Closed stilllman closed 6 years ago

stilllman commented 6 years ago

According to the Freebox API documentation, HTTP support will be discontinued at some point. This pull request removes the ability to specify the protocol to use and enforce HTTPS, using the certificate provided by Free to verify the requests. Since there is no default https port to access the Freebox, I made the parameter mandatory.