SSL certificate error

Hi all I have a question for you. I am trying to install a Let’s encrypt cert, I have my duckdns done, forward rules in my router Ok, but the service of LE don’t start.
here my router rules.


and this is the LE Log:
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] file-structure.sh: executing…
[cont-init.d] file-structure.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[22:16:04] INFO: Selected http verification
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Cert not yet due for renewal
Keeping the existing certificate


Certificate not yet due for renewal; no action taken.


[cont-finish.d] executing container finish scripts…
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

If I try to access to the https URL the browser give me ERR_SSL_PROTOCOL_ERROR

I don’t know what to do to fix it. Thanks to anyone can help me in advance!

Have you tried using a different device, browser, or private/incognito?
May be caching on your browser.

Are you reaching https://yourdomain.duckdns.org (no port specified) from internal and external in your testing?

1 Like

The SSL addon stops after it is run (and gets the certs) It doesn’t keep running from memory. You might need to check your base_url setting. Looks like the certificate was issues and is current…

1 Like

Thanks for your message, finally reading all the procedures I found that I was missing to add the path of the cert files in configuration.yaml I have added ssl_certificate: /ssl/fullchain.pem and ssl_key: /ssl/privkey.pem then started to work without issues.

hi @faunch thanks for your help meesage finally reading all the procedures I found that I was missing to add the path of the cert files in configuration.yaml I have added ssl_certificate: /ssl/fullchain.pem and ssl_key: /ssl/privkey.pem then started to work without issues.

1 Like