Fail to expend to one subdomain

Hi there,

I got a server powered by Nginx. I setup my main web site and 2 subdomains.
Everything works well.

I added a new webservice where I want to put on an other sub.

If I try :
./letsencrypt-auto certonly -a webroot --webroot-path=/var/www/html -d gfelot.xyz -d www.gfelot.xyz -d plex.gfelot.xyz -d dl.gfelot.xyz -d kibana.gfelot.xyz

I got :

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: dl.gfelot.xyz
   Type:   connection
   Detail: Could not connect to
   http://dl.gfelot.xyz/.well-known/acme-challenge/ksKo14evZ9YF8dagSaXFKOggNUF-fqeyl2fpyKTLpd4

   Domain: www.gfelot.xyz
   Type:   connection
   Detail: Could not connect to
   http://www.gfelot.xyz/.well-known/acme-challenge/PduE9XCGvmgQ2fXJm76dPyMlJ-qyygEMwihHHNdo2sQ

   Domain: kibana.gfelot.xyz
   Type:   connection
   Detail: Could not connect to
   http://kibana.gfelot.xyz/.well-known/acme-challenge/ZoUx6TstvhI7qWwpEsM0X_3Xu7eZDrbZXpp74EEI578

   Domain: plex.gfelot.xyz
   Type:   connection
   Detail: Could not connect to
   http://plex.gfelot.xyz/.well-known/acme-challenge/geLfczeh7Yg0YLDOQCKNq4ZPP8uRF-FREU8a3SJuveM

   Domain: gfelot.xyz
   Type:   connection
   Detail: Could not connect to
   http://gfelot.xyz/.well-known/acme-challenge/QuCDclLfdtw3IgHEz9f-tvTy7a_7NQZJufF75jEX7wo

   To 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.

I dunno what’s wrong because I already try to renew my certificat and it was working well.

Any Idea ?

Your servers aren’t reachable from the internet:

osiris@server ~ $ telnet kibana.gfelot.xyz 80
Trying 2001:41d0:e:111c::1...
telnet: connect to address 2001:41d0:e:111c::1: Connection refused
Trying 151.80.44.28...
telnet: connect to address 151.80.44.28: Connection refused
osiris@server ~ $

Sorry I was playing with my server block to try to resolve the issue.
I change that right now. My bad !

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.