I’m sorry, you’ve lost me.
You say you can connect locally and you can connect through duckdns.
That’s it, that’s the whole shebang, what else is there ?
Edit: looking at what you have posted you seem to have a superfluous “.” remove it.
Yes, I can connect but only through a non secure connection. My browser on the remote machine says the connection is insecure.
I’m trying to make sure I’m connecting through https:// and when I do try to connect with the https it says the site can’t provide a secure connection. ERR_SSL_PROTOCOL_ERROR.
So to iterate, local access works, HTTP remote works but I want to make sure the connection it HTTPS and secure.
HTTPS doesn’t and that’s the problem.
Thanks for the patience man I’ve been pulling my hair on this all week.
So, just to confirm, you followed the above instructions to the letter and you have neither an http: entry nor an https: entry in your configuration.yaml ?
Hi , I am wondering if you found any solution for this problem? I have the exact same issue. My remote duckdns connection works, but locally stopped working few weeks ago and I can not make it to work locally !
I did not have any further success trying to replicate Mutt’s configuration. Retaining the https allows me to access through my duckdns address from all locations so I gave up trying any further.
I’ve since signed up to the Nabu Casa cloud service.
hello, I am running home-assistant on docker container on raspi 3. i can access HA from outside n/w using “http” but can’t get “https” to work. it throws webhook client error. anybody successfully setup ssl on docker container on raspberry pi 3 ? would you mind sharing instructions. thanks in advance.
Well, that shouldn’t work.
It’s hard to pin point the issue with the information you have given but the instructions given above should work for you.
I don’t think you’ve followed them though as what you have said conflicts.
i have duckdns configured and working but how can i install nginx ? since i am running ha on docker container, there are no options to install add-on because there is no add-on store.
no when you install ha over docker container it does not have add-on store available. you can check ha website for that. i can access my ha from outside network using http://mydomain.duckdns.org, the problem i am having is making it secure using https://mydomain.duckdns.org.
alright so i installed nginx container on docker, using “docker pull nginx”. now i have two containers running inside docker, one is ha and one is nginx.
thanks for that. I did not think about running this as I was already running pihole on my raspi 3, i did not want to screw that up lol. i will install ha using your link above. btw i followed the below link as it was also talking about docker and raspi 3.