First off, apologies for repeating a topic that has been brought up numerous times, but i am two weeks into scouring the forum for a working answer, and i have not found one yet.
I have a Synology DS218+, running Docker. I have a working HA setup on a RPI, which i intend migrating across.
I have installed the HA container, and run a fresh image of HA. It starts up, and is accessible from :8123 - I am therefore content this is working.
I have a DUCKDNS setup, and i have setup certificates in the Synology certificate app. the certificates are configured to be used for https://www.MyDuck.duckdns.org:4443
I have setup the App portal Reverse proxy, with the following settings.
Source: protocol HTTPS Hostname: MyDuck.duckdns.org Port: 4443 Enable HSTS is checked Destination: protocol: HTTP hostname: localhost Port: 8123 Websockets have been added through custom header, create WebSockets
From the basic auto generated configuration, i have the created the following HTTP section
http: base_url: https://MyDuck.duckdns.org:4443 use_x_forwarded_for: True trusted_networks: - 127.0.0.1
I am using port 4443, as 443 is in use on my PI. To test i am using
https://MyDuck.duckdns.org:4443
When i attempt to connect, i get ERR_SSL_PROTOCOL_ERROR in my browser and in my HA log
[aiohttp.server] Error handling request
followed by all the errors associated.
I know i am missing something small, but ill be stuffed if i can find it.
I have attempted with SSL certs, without SSL certs,
I have changed my base_url to the localhost:8123
I know i’m close, but i need someone with the same setup to show me the way to correct my error.!
Many thanks in advance