I can’t make Collabora works with my NextCloud instance: when I load a document, I get the “Failed to load document” error message.
I have NextCloud & Collabora installed on the same server using Docker containers & nginx reverse proxy as described on this image: Nextcloud in Docker with Collabora Code - #7 by wwe
=> Nginx is handling the SSL certificates and proxy throught the Docker containers via HTTP.
I’ve set the following configuration in Admin > NextCloud Office > Use your own server : https://collabora.mydomain.com (note the https here)
Saved with error: Collabora Online should expose the same protocol as the server installation. Please check the ssl.enable and ssl.termination settings of your Collabora Online server.
Collabora is indeed running with sss.enable=false and ssl.termination=true. What configuration should I set in NextCloud for avoiding this notification?
Furthermore, when I try to load a document, I get message “Failed to load document”. When inspecting the browser’s console, I found out that it tries to load the collabora script using http instead of https: (mixed active content) « http://collabora.mydomain.com/browser/719ae9b/cool.html?... (note the http here instead of https).
Can anyone enlight me on what’s wrong here?
Thanks.