First time posting !
I am having a tough time getting Onlyoffice Document Server running with https in my env:
TrueNAS (TN) running the new docker environment.
Nginx-Proxy-Manager (works for Nextcloud) running as TN app
Nextcloud running as TN app
Trying to use Onlyoffice DocumentServer to edit word documents from Nextcloud. From what I read, I believe the external address must be https. So, https://nextcloud.mydomain.com uses https://oo.mydomain.com ; however, I cannot get OO to use my Cloudflare origin certificate.
So far, I have managed to start the docker container with the mounts pointed to persistent storage on the server with the correct certificate files (.crt and .key). So, in the running container, /certs/tls.crt and /certs/tls.key are my Cloudflare certificates. However, running curl -k https://… and openssl report using self-signed certificates. While I can get to the https://…/welcome screen, when I try https://…/example , I get 502 Bad Gateway.
My env vars SSL_CERTIFICATE_PATH and SSL_KEY_PATH point to the files in /certs. I do not use DHPARM (sp?) - but, I thought that was not required from what I read.
Any idea what else I can try to have OO use my Cloudflare certs?