Neil Sleightholm

Results 8 comments of Neil Sleightholm

I should have put that in the report! Home Assistant 2022.7.5

Is anyone else seeing this?

@twrecked I have fixed this for my issue by following this https://stackoverflow.com/questions/71006708/getting-sslv3-alert-handshake-failure-when-trying-to-connect-to-imap. In "pyaarlo\backend.py" I needed to add ``` import ssl ctx = ssl.create_default_context() ctx.set_ciphers('DEFAULT') self._imap = imaplib.IMAP4_SSL( self._arlo.cfg.tfa_host, port=self._arlo.cfg.tfa_port,...

Thanks - let me know if you want me to test anything.

Will try later - which branch of git is this based on? (I believe I need a git repo to apply the patch, well with the tools I use I...

Currently editing live release not git - 0.7.2.beta.8.3. Don't worry about the branch, I think I can manually merge the changes (or find a different tool).

Took a look at this last night and am confused, I changed the files in _config\custom_components\aarlo\pyaarlo_ like I did before and I can't get the code to fail (even tried...

I can confirm this code works for me. Delete .aarlo/session.pickle and restarted and the 2fa failed, set "default_ciphers: True" restarted and the 2fa passed.