How to setup EPL with SSL-certificates from let'sEncrypt ans dynDNS #5417
Unanswered
jonas-klein
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not able to establish an ssl connection to my EPL-instance using a let'sEncrypt certificate. I don't know if i did everything right or if i missed something. My target OS is raspbian, but i'm experiencing the same issue in a Debian VM. The certificate is for a subdomain on a dynDNS-service. Do i have to make some DNS-settings on my DNS-provider?
when i run the EPL-instance, there were no errors logged, refer to the img: screen1
when i try to connect with the webbrowser, nothing else is logged.
What i've done so far
I've installed EPL in my Debian VM via the steps from README.md
forward Router firewall ports
In the settings of my router, i've forwarded the ports 9001, 80, 443 to the VM (bridged)
Certificate obtained from let'sEncrypt
i've installed certbot via apt
and then, ive obtained the certificate via
in settings.json i've uncommented the SSL-part and set the paths to the certificate-files
as the last step, i've run EPL via
from another network, firefox couldn't establish a connection to EPL via "https://sudomain.ddns.net/" with the message "Unable to connect". If i use Google Chrome, the error message is "ERR_CONNECTION_REFUSED".
screen1
Beta Was this translation helpful? Give feedback.
All reactions