We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
I had this same issue, I solved it by uninstalling and installing sslpsk.
sslpsk
Sorry, something went wrong.
*bump* Almost that, but: ERROR bosch-blah-dishwasher [SSL: NO_CIPHERS_AVAILABLE] no ciphers available (_ssl.c:1002)
Uninstalling / Reinstalling sslpsk doesn't help.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: