@hanssa you need a valid SSL certificate, how are you terminating that service?
<termination desc="Connection via proxy where coolwsd acts as working via https, but actually uses http." type="bool" default="false">true</termination>
<termination desc="Connection via proxy where coolwsd acts as working via https, but actually uses http." type="bool" default="false">false</termination>
<host desc="hostname to allow or deny." allow="true">https://ncloud.multifritid.no:443</host>
<host desc="hostname to allow or deny." allow="true">scheme://hostname:port</host>
-
assuming a reverse proxy is handling ssl termination,
coolswdtermination would be disabled:ssl.enable=falseandssl.termination=true- Create a DNS entry for subdomain like
office.mydomain.tld - Set reverse proxy host for office domain to forward and encrypt HTTP & WSS (WebSockets Support) for port 9980 to
https://office.mydomain.tld.
- Create a DNS entry for subdomain like
-
alternatively, without a reverse proxy letting
coolswdhandle ssl termination usingCertbotoracme.shcoolswdtermination would be enabled: →ssl.enable=trueandssl.termination=false
take a look at this anyway. even if you don’t use docker or containers, the method is similar and the explanation might help: