Hi,
After I updated to version 3.12 my duckdns login dosent work over with https only http.
It was working fine prior to the update.
From the DuckDNS log:
INFO: Using main config file /data/workdir/config
- Account already registered!
[20:55:22] INFO: OK
XX.XX.XX.XX
NOCHANGE
INFO: Using main config file /data/workdir/config
Processing Domain.duckdns.org
- Creating new directory /data/letsencrypt/domain.duckdns.org …
- Signing domains…
- Generating private key…
- Generating signing request…
- Requesting new certificate order from CA…
- Received 1 authorizations URLs from the CA
- Handling authorization for domain.duckdns.org
- 1 pending challenge(s)
- Deploying challenge tokens…
OK + Responding to challenge for domain.duckdns.org authorization… - Challenge is valid!
- Cleaning challenge tokens…
OK + Requesting certificate… - Checking certificate…
- Done!
- Creating fullchain.pem…
- Done!
[21:00:59] INFO: OK
DuckDNS config:
'lets_encrypt:
accept_terms: ‘true’
certfile: fullchain.pem
keyfile: privkey.pem
token: token-from-duckdns
domains:
-
domain.duckdns.org
seconds: ‘300’
’
Router is set to forward port 443 to 8123 to my RPI IP adress.
Connecting with http://domain.duckdns.org:443 works perferctly. But I preffer having the connection enrypted.
Any idea on whats wrong?