My apologies for asking such a basic question, and maybe this is not possible, but I’m struggling getting LE setup for my server. Here’s my setup:
- I’m running Ubuntu 16.04 LTS with a typical LAMP setup
- I have a dynamic IP address through my ISP
- I use DuckDNS
I’ve installed let’s encrypt and have run the script to get the certificate:
% ./letsencrypt-auto --apache -d ****.duckdns.org
(where **** is my subdomain setup through DuckDNS)
When I run this, I get the following error:
Failed authorization procedure. ****.duckdns.org (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Failed to connect to (my IP address):443 for tls-sni-01 challenge
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: ****.duckdns.org
Type: connection
Detail: Failed to connect to (my IP address):443 for tls-sni-01
challengeTo fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you’re using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
So, what am I doing wrong? Any tips would be most appreciated!