Impossible de créer un certificat pour un deuxième domaine

Configuration de mon YunoHost

Matériel: Cubietruck
Accès Internet: ethernet à la maison
YunoHost version:
yunohost: 2.7.14.5 (stable)
yunohost-admin: 2.7.14 (stable)
moulinette: 2.7.14 (stable)
ssowat: 2.7.14 (stable)

Description de mon problème

Je souhaite créer un certificat pour un second domaine installé sur mon serveur.

En ligne de commande, j’éxécute : yunohost domain cert-install your.domain.tld

735 DEBUG loading actions map namespace ‘yunohost’
932 DEBUG extra parameter classes loaded: [‘ask’, ‘password’, ‘required’, ‘pattern’]
934 DEBUG initializing base actions map parser for cli
946 DEBUG registering new callback action ‘yunohost.utils.packages.ynh_packages_version’ to [‘-v’, ‘–version’]
1874 DEBUG initialize authenticator ‘ldap-anonymous’ with: uri=‘ldap://localhost:389’, base_dn=‘dc=yunohost,dc=org’, user_rdn=‘None’
1904 DEBUG lock has been acquired
2337 DEBUG loading python module yunohost.domain took 0.430s
2339 INFO processing action [29179.1]: yunohost.domain.cert-install with args={‘no_checks’: False, ‘force’: False, ‘domain_list’: [‘your.domain.tld’], ‘self_signed’: False, ‘auth’: <moulinette.authenticators.ldap.Authenticator object at 0xb664f350>, ‘staging’: False}
13495 INFO Starting new HTTP connection (1): x.x.x.x
13505 DEBUG Couldn’t reach domain ‘your.domain.tld’ by requesting this ip ‘x.x.x.x’ because: (‘Connection aborted.’, BadStatusLine(“‘’”,))
13508 INFO Now attempting install of certificate for domain your.domain.tld!
13717 INFO Starting new HTTP connection (1): x.x.x.x
13725 DEBUG Couldn’t reach domain ‘your.domain.tld’ by requesting this ip ‘x.x.x.x’ because: (‘Connection aborted.’, BadStatusLine(“‘’”,))
13928 WARNING Debug information:

  • domain ip from DNS x.x.x.x
  • domain ip from local DNS x.x.x.x
  • public ip of the server x.x.x.x

13930 ERROR Certificate installation for your.domain.tld failed !
Exception: [Errno 22] Il semble que le domaine your.domain.tld n’est pas accessible via HTTP. Veuillez vérifier que vos configuration DNS et nginx sont correctes
13932 DEBUG action [29179.1] executed in 11.591s
13934 DEBUG lock has been released

Les trois adresses IP sont identiques et pointent bien vers mon serveur.

J’ai aussi testé les ports ouverts via la page https://ports.yunohost.org et le port 80 est bien accessible.

D’ailleurs, le renouvellement de certificat de mon premier domaine a bien fonctionné… mais je ne peux pas créer de nouveau certificat pour mon deuxième domaine

D’avance merci pour vos suggestions

Steve