3 155
contributi
Wtf (discussione | contributi) |
Wtf (discussione | contributi) |
||
Riga 248: | Riga 248: | ||
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate | Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate | ||
Donating to EFF: https://eff.org/donate-le | Donating to EFF: https://eff.org/donate-le | ||
</pre> | |||
==== Errori ==== | |||
===== Apache non raggiungibile ===== | |||
Se per una qualsiasi ragione il proprio webserver non risultasse raggiungibile dall'esterno la pocedurà fallirà mostrando qualcosa di simile a quanto segue: | |||
<pre> | |||
Obtaining a new certificate | |||
Performing the following challenges: | |||
http-01 challenge for mio_dominio.abc | |||
http-01 challenge for ind1.mio_dominio.abc | |||
Enabled Apache rewrite module | |||
Waiting for verification... | |||
Cleaning up challenges | |||
Failed authorization procedure. mio_dominio.abc (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://mio_dominio.abc/.well-known/acme-challenge/stringa_di_vari_caratteri: Connection refused, ind1.mio_dominio.abc (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://ind1.mio_dominio.abc/.well-known/acme-challenge/stringa_di_vari_caratteri: Connection refused | |||
IMPORTANT NOTES: | |||
- The following errors were reported by the server: | |||
Domain: mio_dominio.abc | |||
Type: connection | |||
Detail: Fetching | |||
http://mio_dominio.abc/.well-known/acme-challenge/stringa_di_vari_caratteri: | |||
Connection refused | |||
Domain: ind1.mio_dominio.abc | |||
Type: connection | |||
Detail: Fetching | |||
http://ind1.mio_dominio.abc/.well-known/acme-challenge/stringa_di_vari_caratteri: | |||
Connection refused | |||
To fix these errors, please make sure that your domain name was | |||
entered correctly and the DNS A/AAAA 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. | |||
- Your account credentials have been saved in your Certbot | |||
configuration directory at /etc/letsencrypt. You should make a | |||
secure backup of this folder now. This configuration directory will | |||
also contain certificates and private keys obtained by Certbot so | |||
making regular backups of this folder is ideal. | |||
</pre> | </pre> | ||
contributi