SSL Not Secure

Hi @DavidFW1960 I’m guessing not(?) I’m stuck with an ATT arris router. I do have pihole running on another pi … maybe I could use that to resolve correctly?

I don’t use Pihole…

I am now able to access my home assistant externally with a duckdns domain… but, it only connects with http (not https). i have port forwarding setup on my router also.

I installed ‘Let’s Encrypt’ and it seems to be working based on the logs… not sure why i can’t connect with https… any thoughts?

[22:05:44] INFO: Selected http verification
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /data/letsencrypt/renewal/****.duckdns.org.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The following certs are not due for renewal yet:
  /data/letsencrypt/live/****.duckdns.org/fullchain.pem expires on 2020-06-07 (skipped)
No renewals were attempted.
- - - - - - - - - 

You did set this in your configuration.yaml :

http:
  base_url: https://xxx.duckdns.org
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
  ip_ban_enabled: true
  login_attempts_threshold: 3

And

/data/letsencrypt/live/****.duckdns.org/fullchain.pem

does not seem the correct place to put the SSL certificates