Cannot connect: SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED

Issue #21 resolved
Alexey Kotlyarov created an issue

I’m trying to connect to a Daikin appliance using a BRP072C42 controller. However, when I use:

./daikin 192.168.0.XXX -k <omitted>

I get the following error:

aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host 192.168.0.209:443 ssl:False [[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:992)]

This is using Python 3.11 on Fedora 37. Python 3.9 on Debian works.

Comments (1)

  1. Log in to comment