hthiery / python-fritzhome

Python Library to access AVM Fritz!Box homeautomation
MIT License
51 stars 36 forks source link

Fix #65 - add ssl_verify parameter #66

Closed cmeissner closed 2 years ago

cmeissner commented 2 years ago

As described in #65 this PR add the ability to disable ssl certificate verification. Default will be False to not to change the current default behavior.

hthiery commented 2 years ago

Looks good to me. Thank you

fixes #66