You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Description
If you configure ssl certs in a directory that is unreadable, synapse exits with no error in the logs.
May be related to
Steps to reproduce
I already use certbot on my server to get a cert for something else so I wanted to re-use the cert in /etc/letsencrypt/live.
systemctl start matrix-synapse
The server starts briefly and then exits with no useful error in homeserver.log
It should log a permission-denied error when it can't open the cert/key files.
To fix the permission problem with letsencrypt, I did:
and of course, I added matrix-ssl to the ssl-cert group in /etc/group:
Version information
Homeserver: my own home server on my own domain
Version: 1.16.0
Install method: apt install matrix-synapse
Platform: debian testing
The text was updated successfully, but these errors were encountered: