Skip to content
New issue

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

Set ciphers to DEFAULT in socket_client.py to connect with a wider range of chromecast devices #990

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eljefe80
Copy link

Add context.set_ciphers('DEFAULT') to allow older ciphers to work

Add context.set_ciphers('DEFAULT') to allow older ciphers to work
@emontnemery
Copy link
Collaborator

Please motivate why this change is needed

@eljefe80
Copy link
Author

eljefe80 commented Dec 3, 2024

HI @emontnemery!

As described in #963, there is at least one closed-source chromecast client that is using older ciphers that fail connection attempts as-is. I wouldn't say it's needed, but personally, it would be nice to not have to edit this file every time a new home assistant container is deployed.

Thanks,
Jeff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants