YunoHost / issues

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

XMPP: Missing subdomains for certificate generation #2325

Closed Letterus closed 4 months ago

Letterus commented 10 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 10 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).

alexAubin commented 4 months ago

Closing because metronome is to become an app in Bookworm / YunoHost 12.x : https://github.com/YunoHost-Apps/metronome_ynh