Netatmo not working with SSL

Hi

again Netatmo vs me :worried:

what I did:

what I observe:

  • Netatmo component does not load anymore:

17-04-28 17:13:58 ERROR (MainThread) [homeassistant.setup] Error during setup of component netatmo Traceback (most recent call last): File "/usr/lib/python3.5/urllib/request.py", line 1254, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) File "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) File "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) File "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) File "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() File "/usr/lib/python3.5/http/client.py", line 1260, in connect server_hostname=server_hostname) File "/usr/lib/python3.5/ssl.py", line 377, in wrap_socket _context=self) File "/usr/lib/python3.5/ssl.py", line 752, in __init__ self.do_handshake() File "/usr/lib/python3.5/ssl.py", line 988, in do_handshake self._sslobj.do_handshake() File "/usr/lib/python3.5/ssl.py", line 633, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)

Last entry indicates that it is related to the self signed SSL cert.
Since I was using several certs for testing purposes, I suppose the cert on Netatmo dev site needs to be updated somehow?

what I tried myself:

  • Find a way to update the cert on the Netatmo dev page: did not find a way :frowning:

Now I need once more your help:
Do you have any hints or recommendations on how to solve this?

Thanks