Hi All,
I have hassio setup with the duckdns addon. verified external DNS forwarding correctly. can port forward 8123->8123 successfully to access from external without SSL. Obviously not what i want. after confirming duckdns working, then to SSL port forwarding.
I am now unable to make a successful SSL connection using the certificate generated by the addon. in its current state I have 443->8123 and I get an “ERR_SSL_PROTOCOL_ERROR”
i have configuration entered:
http:
base_url: https://MYDOMAIN.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
What am I missing?
thanks all.