Bonjour,
Je rencontre pour la première fois l’erreur suivante lors du renouvellement automatique du certificat LE :
~$ su -c ‘yunohost domain cert-renew --debug’
Mot de passe :
73 DEBUG loading actions map namespace ‘yunohost’
91 DEBUG extra parameter classes loaded: [‘ask’, ‘password’, ‘required’, ‘pattern’]
91 DEBUG initializing base actions map parser for cli
93 DEBUG registering new callback action ‘yunohost.utils.packages.ynh_packages_version’ to [’-v’, ‘–version’]
171 DEBUG initialize authenticator ‘ldap-anonymous’ with: uri=‘ldap://localhost:389’, base_dn=‘dc=yunohost,dc=org’, user_rdn=‘None’
173 DEBUG lock has been acquired
959 INFO processing action [13891.1]: yunohost.domain.cert-renew with args={‘no_checks’: False, ‘force’: False, ‘domain_list’: [], ‘auth’: <moulinette.authenticators.ldap.Authenticator object at 0x7fa1602c8510>, ‘staging’: False, ‘email’: False}
1209 INFO Starting new HTTP connection (1): 90.92.240.51
11220 WARNING Expiration du délai lors de la tentative du serveur de se contacter via HTTP en utilisant son adresse IP publique (domaine yoda.nohost.me avec l’IP 90.92.240.51). Vous rencontrez peut-être un problème d’hairpinning ou alors le pare-feu/routeur en amont de votre serveur est mal configuré.
11220 INFO Now attempting renewing of certificate for domain yoda.nohost.me !
11296 INFO Starting new HTTP connection (1): 90.92.240.51
21307 WARNING Expiration du délai lors de la tentative du serveur de se contacter via HTTP en utilisant son adresse IP publique (domaine yoda.nohost.me avec l’IP 90.92.240.51). Vous rencontrez peut-être un problème d’hairpinning ou alors le pare-feu/routeur en amont de votre serveur est mal configuré.
21308 ERROR Certificate renewing for yoda.nohost.me failed !
21308 ERROR Traceback (most recent call last):
File “/usr/lib/moulinette/yunohost/certificate.py”, line 380, in certificate_renew
_check_domain_is_ready_for_ACME(domain)
File “/usr/lib/moulinette/yunohost/certificate.py”, line 822, in _check_domain_is_ready_for_ACME
’certmanager_domain_http_not_working’, domain=domain))
MoulinetteError: [Errno 22] Il semble que le domaine yoda.nohost.me n’est pas accessible via HTTP. Veuillez vérifier que vos configuration DNS et nginx sont correctes
21309 ERROR [Errno 22] Il semble que le domaine yoda.nohost.me n’est pas accessible via HTTP. Veuillez vérifier que vos configuration DNS et nginx sont correctes
21309 DEBUG action [13891.1] ended after 20.349s
21309 DEBUG lock has been released
Il y a une erreur sur l’accès HTTP, mais impossible de trouver à quel niveau (sur la box, les ports 80/443 sont bien ouverts, … ).
J’ai pas mal cherché sur le forum, mais je n’ai pas trouvé de solution à mon problème. Alors je remets en cause la config de la box, mais là je sèche !
Si quelqu’un a une idée…
Merci par avance pour votre aide