-
Hi, I just stumbled onto the most strange issue with the controller. I was cleaning up among containers, updating the host, etc, and then, when starting unifi again, home assistant starting complaining on TLS errors towards unifi. I did update my letsencrypt certs about a week (without restarting the containers), but I've backed up to old certs, removed the containers, created completely clean ones, but whatever the F*** I do, the unifi contains TLS connection, is completely effed-up. Connecting from firefox I get "SSL_ERROR_NO_CYPHER_OVERLAP", and openssls s_client returns:
Now, afaik, you mainly package the unifi stuff, and don't know the inner workings of the code, but since I am grasping for straws, I still want to ask if have any clue what could be going on, or have run into something similar. (As a side note: The new refresh certificates, work fine for both portainer and home assistant) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the cause! The java code doesnt seem to like the ECDSA certs from Letsencrypt! I created new certs with --key-type RSA, and that solved it. I assume that the failure to use certs based on ECDSA public keys, is something that has to be fixed by Unifi, and cant be solved in the packaging? |
Beta Was this translation helpful? Give feedback.
I found the cause! The java code doesnt seem to like the ECDSA certs from Letsencrypt! I created new certs with --key-type RSA, and that solved it. I assume that the failure to use certs based on ECDSA public keys, is something that has to be fixed by Unifi, and cant be solved in the packaging?