-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Unable To Setup NameCheapDNS Component Due To SSL Handshake Error #15512
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
Comments
Namecheap's API endpoint(https://dynamicdns.park-your-domain.com/) doesn't support strong cipher suites, which enforced by version 0.73.2. I talked to their customer support, of course the agent didn't have a solution, but forwarded my request to development team. In the mean time, if you want to make it work, you can add |
I think it's very likely, not all websites support strong cipher suites unfortunately. |
I think we might have gone a bit overboard by restricting the cipher suites. Considering only enforcing them server side. At the end of the day, do we not want to communicate or do we only want to communicate over a bad cipher? |
The Mozilla intermediate recommended ciphers includes |
I will recommend we enforce Mozilla's modern standard for server side TLS, but for the client side, modern standard cipher suites seems too tight, we can use default ciphers but drop RC4 and EXPORT, and unauthenticated ones. |
See my PR #15546, this is the best I could come up with (not my expertise). Suggestions are welcome. |
I am trying to setup Hydro-Québec component and end up seeing following in logs,
I am guessing the error is tied to this issue. |
Will be fixed in 0.74 |
Thanks for responding! I tried with docker image
|
Home Assistant release with the issue:
0.73.2
Last working Home Assistant release (if known):
0.73.1
Operating environment (Hass.io/Docker/Windows/etc.):
virtual environment install, python 3.6.3
Component/platform:
namecheapdns
https://www.home-assistant.io/components/namecheapdns/
Description of problem:
After updating to 0.73.2 from 0.73.1 the namecheapdns component can no longer setup successfully. Nothing else in the configuration has changed.
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information:
I have not made any changes to my configuration and simply updated and restarted Home Assistant and got this error.
The text was updated successfully, but these errors were encountered: