Site not working over SSL/Domain Name

Fresh install. Using the Let’s Encrypt add-on. I’ve successfully got a cert per the logs, plus the two files are in my SSL Folder.

My configuration.yaml file:
http:
base_url: ha.my_domain_name.me
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

My Port is forwarded.
External Start Port: 443
Internal Start Port: 8123

My domain is pointing to my external IP address.

PortChecker.co confirms my port 443 is open to the public.

When trying to go to https://ha.my_domain_name.me I get ERR_SSL_PROTOCOL_ERROR in Chrome.

Any ideas? I’m reloading the scripts/core_config via the GUI after making my configuration.yaml file updates.

Try adding the following to your http: part of the config

server_port: 443

Remove the 8123 port forwarding from the router and keep 443.

That didn’t work. ERR_SSL_PROTOCOL_ERROR still…

Any other ideas?

Still not working. I’m using the Let’sEncyrpt Add-On. Not the DuckDns one.

LetsEncrypt Log:
starting version 3.2.2
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for ha.my_domain.me
Waiting for verification…
Cleaning up challenges
Non-standard path(s), might not work with crontab installed by your operating system package manager
IMPORTANT NOTES:

  • Congratulations! Your certificate and chain have been saved at
    /data/letsencrypt/live/ha.my_domain.me/fullchain.pem. Your cert will
    expire on 2018-02-27. To obtain a new or tweaked version of this
    certificate in the future, simply run certbot again. To
    non-interactively renew all of your certificates, run “certbot
    renew”
  • If you like Certbot, please consider supporting our work by:
    Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
    Donating to EFF: https://eff.org/donate-le

Port Fowarded from 443 to 8123.

Current Config:
http:
base_url: ha.my_domain.me
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

I’ve reloaded the config and “Core” via the GUI. Any more ideas?

the server_port doesn’t see to make a difference either.

FYI, restarting home assistant from the GUI failed apparently. My config was right the entire time. Running

hassio homeassistant restart 

in the shell was the trick that fixed it.

1 Like

Same problem, same solution ¡¡ Thanks