YunoHost / issues

General issue tracker for the YunoHost project
71 stars 8 forks source link

XMPP: Missing subdomains for certificate generation #2325

Open Letterus opened 4 months ago

Letterus commented 4 months ago

Metronome is configured to use the subdomains pubsub., muc., vjud. and xmpp-upload., but the script for generating the certificate only includes xmpp-upload and muc in its list. This may lead to failing clients.

https://github.com/YunoHost/yunohost/blob/b69cbd33edf1d8d6688adf3963c40e40cb5faae6/src/certificate.py#L587

Letterus commented 4 months ago

Hint: addind the missing subdomains to the script does not help because the HTTP server is not setup to serve the missing subdomains to the certificate issuer. So to resolve that one an extended approach is necessary (like setting up temporary vhosts or something similar).