osresearch / hcpy

Python tool to talk to Home Connect appliances over the local network (no cloud required)
273 stars 32 forks source link

Error [SSL: NO_CIPHERS_AVAILABLE] no ciphers available (_ssl.c:1129) #11

Open themilkman opened 2 years ago

themilkman commented 2 years ago

Hi there!

A colleague is trying your library but gets the following error:

ERROR BOSCH-Dishwasher-012030517384011330 [SSL: NO_CIPHERS_AVAILABLE] no ciphers available (_ssl.c:1129)

Is this related to the thing you mention in the README? so a special hacked version of sslpsk is used to establish the connection

Is there something we're doing wrong?

Thanks for any suggestion!

Setup: python 3.9.13 OpenSSL 3.0.4 macOS

jawsper commented 1 year ago

I had this same issue, I solved it by uninstalling and installing sslpsk.

miklosbagi commented 1 year ago

*bump* Almost that, but: ERROR bosch-blah-dishwasher [SSL: NO_CIPHERS_AVAILABLE] no ciphers available (_ssl.c:1002)

Uninstalling / Reinstalling sslpsk doesn't help.