Hi,
I have this error when I start coolwsd
Failed to initialize COOLWSD: Access to file denied: /etc/letsencrypt/live/mydomain/fullchain.pem
I use packages Debian : Setting up and configuring native CODE packages on Linux - Collabora Office and Collabora Online
I add my certificates in /etc/coolwsd/coolwsd.xml :
<cert_file_path desc=“Path to the cert file” relative=“false”>/etc/letsencrypt/live/mydomain/cert.pem</cert_file_path>
<key_file_path desc=“Path to the key file” relative=“false”>/etc/letsencrypt/live/mydomain/privkey.pem</key_file_path>
<ca_file_path desc=“Path to the ca file” relative=“false”>/etc/letsencrypt/live/mydomain/fullchain.pem</ca_file_path>
Coolwsd failed :
× coolwsd.service - Collabora Online WebSocket Daemon
Loaded: loaded (/lib/systemd/system/coolwsd.service; enabled; preset: enabled)
Active: failed (Result: signal) since Thu 2024-03-28 00:56:19 CET; 16min ago
Duration: 1.122s
Process: 969252 ExecStart=/usr/bin/coolwsd --version --o:sys_template_path=/opt/cool/systemplate --o:child_root_path=/opt/cool/child-roots --o:file_server_root_path=/usr/share/coolwsd >
Main PID: 969252 (code=killed, signal=ABRT)
CPU: 1.121smars 28 00:56:20 coolwsd[969252]: /lib/x86_64-linux-gnu/libc.so.6(+0x3c050)[0x7f20bee5b050]
mars 28 00:56:20 coolwsd[969252]: /lib/x86_64-linux-gnu/libc.so.6(+0x8ae2c)[0x7f20beea9e2c]
mars 28 00:56:20 coolwsd[969252]: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x12)[0x7f20bee5afb2]
mars 28 00:56:20 coolwsd[969252]: /lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f20bee45472]
mars 28 00:56:20 coolwsd[969252]: /usr/bin/coolwsd(+0x58b915)[0x55f91378b915]
mars 28 00:56:20 coolwsd[969252]: /lib/x86_64-linux-gnu/libc.so.6(+0x3c050)[0x7f20bee5b050]
mars 28 00:56:20 coolwsd[969252]: [0x55f915a9ab00]
mars 28 00:56:19 systemd[1]: coolwsd.service: Start request repeated too quickly.
mars 28 00:56:19 systemd[1]: coolwsd.service: Failed with result ‘signal’.
mars 28 00:56:19 systemd[1]: Failed to start coolwsd.service - Collabora Online WebSocket Daemon.
Coolwsd start well if I do :
coolconfig set ssl.enable false
coolconfig set ssl.termination true
How to enable SSL with my let’s encrypt certificates ?
Thanks.
Fred