Veuillez remplir les champs ci-dessous pour que nous puissions vous aider. Remarque : vous devez fournir votre nom de domaine pour obtenir de l’aide. Les noms de domaine des certificats émis sont tous rendus publics dans les journaux de Transparence de Certificat (par exemple, crt.sh | example.com). Par conséquent, le fait de ne pas indiquer votre nom de domaine ici n’aide pas à le garder secret, mais rend plus difficile pour nous le fait de vous aider.
Je peux lire des réponses en Anglais : Oui
Mon nom de domaine est : demo.hologram.cd
J’ai exécuté cette commande : certbot --apache
Elle a produit cette sortie : Failed authorization procedure. demo.hologram.cd (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: 74.208.121.66: Invalid response from http://demo.hologram.cd/.well-known/acme-challenge/thouXubiQGIRRL7y21Lsk3p4rWdtoiEsxPjTF-nsqb4: "<span style="color: #000000">\nthouXubiQGIRRL7y21Lsk3p4rWdtoiEsxPjTF-nsqb4.BMjxi89gqG5gj22TjAl_STRPehdGDLZCRir_gs-JjN4</spa"
Mon serveur Web est (inclure la version) : Apache2
Le système d’exploitation sur lequel mon serveur Web s’exécute est (version incluse) : Ubuntu 16.04
Mon hébergeur, le cas échéant, est : Infomaniak
Je peux me connecter à un shell root sur ma machine (oui ou non, ou je ne sais pas) : Oui
J’utilise un panneau de configuration pour gérer mon site (non, ou fournit le nom et la version du panneau de configuration) : Oui
Bonjour @herveg, bienvenue dans la communauté Let's Encrypt.
Je vois cette réponse qui ne me semble pas typique. HTTP/1.1 503 Service Unavailable
Veuillez attendre l'aide de bénévoles plus compétents de la communauté Let's Encrypt.
Comment alors m'y prendre pour configurer le port 443 sur HTTPS en lieu et place de desservir HTTP ? Merci de me guider pour une meilleure configuration si possible.
sudo apachectl -t -D DUMP_VHOSTS
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 74.208.121.66. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
*:80 demo.hologram.cd (/etc/apache2/sites-enabled/payaraSite.conf:1)
Okay, let me explain. When I wanted to renew my LE certificate, I had encountered errors linked to an authorization problem. So I uninstalled LE completely and reinstalled it. When I reinstalled, I still got these errors:
certbot --apache
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Which names would you like to activate HTTPS for?
1: demo.hologram.cd
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel):
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for demo.hologram.cd
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. demo.hologram.cd (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: 74.208.121.66: Invalid response from http://demo.hologram. cd/.well-known/acme-challenge/WTmSKPj0zfh6CH5Nx3OgCig_D0REezX-DJq8JdEOG4I: "<span style="color: #000000">\nWTmSKPj0zfh6CH5Nx3OgCig_D0REezX-DJq8JdEOG4I. BMjxi89gqG5gj22TjAl_STRPehdGDLZCRir_gs-JjN4</spa"
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.
The SSL configuration file is automatically created and activated by Certbot when LE is installed. The SSL file no longer exists in /etc/apache2/sites-available/ because I deactivated and deleted it when I uninstalled LE. Now the file doesn't exist because the LE installation failed.
Apache has been configured for use as Payara's front-end server and reverse proxy. But before that, everything was working fine. The trouble started when the LE certificate was renewed.