#DuckDNS + NGINX SSL proxy help

1 messages · Page 1 of 1 (latest)

spare nimbus
#

Can someone help me fix my DuckDNS + NGINX SSL Proxy?

Atm I can access using my DuckDNS hostname, but only with http. Https fails to connect.

I keep checking but config of both addons looks good to me, and their logs show no errors.

Here's DuckDNS config yaml:

domains:

  • hassax.duckdns.org
    token: [here goes token]
    aliases: []
    lets_encrypt:
    accept_terms: true
    algo: secp384r1
    certfile: fullchain.pem
    keyfile: privkey.pem
    seconds: 300

Here's NGINX config yaml:

domain: hassax.duckdns.org
hsts: max-age=31536000; includeSubDomains
certfile: fullchain.pem
keyfile: privkey.pem
cloudflare: false
customize:
active: false
default: nginx_proxy_default*.conf
servers: nginx_proxy/*.conf

SSL files are in the /ssl/ folder.

fringe spoke
spare nimbus