Hi people, I hope my question didn’t ask.
I would like to connect alexa with my home assistant and I have an issue about ssl error.
My config hardware is a raspberry pi server (archlinux) for nextcloud and an odroid for home assistant (image xu4).
When I run the Lambda test from aws amazon, I got this error :
“errorMessage”: “HTTPSConnectionPool(host=‘myserver.ddns.net’, port=8123): Max retries exceeded with url: /api/alexa/smart_home (Caused by SSLError(SSLError(1, ‘[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)’)))”,
“errorType”: “SSLError”,
Why access home assistant doesn’t work?
Whereas to access my nextcloud via https (SSL) I didn’t any problem. My certificat is ok.
Thank you for helping me.