Unable to link Home assistant skill to alexa

Ok I found the solution

I was forcing TLS 1.3 in my nginx config and it looks like it requires tls 1.2
So–> “ssl_protocols TLSv1.2 TLSv1.3;”

Anyway before I was using cloudflare as a proxy so there I had 1.2 enable as a minimum now I am publishing directly so that changed.

@petro you made me thing about nginx due to this xD After upgrade to 0.117, Alexa Integration No longer works - #5 by petro
thanks

1 Like