I have installed OnlyOffice using the helm charts on an OpenShift clusters as described here: GitHub - ONLYOFFICE/Kubernetes-Docs: ONLYOFFICE Docs for Kubernetes
Containers are all running. Now I’m trying to connect Nextcloud (running on the same cluster) to OnlyOffice but I receive the following errors:
In the Nextcloud UI:
Error when trying to connect (Error occurred in the document service: Error while downloading the document file to be converted.) (version 9.2.1.8)
Nextcloud container logs:
... "message":"getConvertedUri on check error","exception":{},"CustomMessage":"getConvertedUri on check error"
Converter container logs:
[ERROR] [check_2084142047] [userId] nodeJS - error downloadFile:url=https://redacted/apps/onlyoffice/empty?doc=redacted;attempt=3;code:SELF_SIGNED_CERT_IN_CHAIN;connect:undefined Error: self-signed certificate in certificate chain
We are using a self-signed certificate and I have thus already set the ENV variable “USE_UNAUTHORIZED_STORAGE” on the docservice and converter container but that hasn’t changed anything.