hllhll / HomeAssistant-EKON-iAircon

EKON iAircon / Tadiran climate component written in Python3 for Home Assistant. On the bases of Gree Climate component for easier interfacing with HASS
GNU General Public License v3.0
14 stars 7 forks source link

Update climate.py adding additional SSL_Ignore #16

Open HawkUser opened 3 years ago

HawkUser commented 3 years ago

Moving SSL_IGNORE from a local variable to a global variable. Adding SSL_VERIFY (global variable) as an opposite value of SSL_IGNORE. using SSL_VERIFY in all HTTP sessions (get & post), using SSL_IGNORE in ws_start_reciver_thread. adding LOGGER (debug) to mention SSL_VERIFY trigger