-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
richdocuments isn't running in HTTPS mode #282
Comments
I am experiencing the same - some debuging at my end: coolwsd.log
Pretty disturbing because up to my understanding (and collabora proxy configuration documentation) either of above should be set to true... and same file but output filtered by ERR and FTL:
|
I suggest posting your config details on the Nextcloud Help Forum - https://help.nextcloud.com - to troubleshoot further. |
I attempted to install Nextcloud with the built-in CODE server, but found that it does not work for Nextcloud installations that are served over HTTPS, so I ended up having to set up my own separate Collabora service. I am running Nextcloud and Collabora with Docker Compose behind an SSL-enabled reverse proxy, and I struggled a lot with getting it working while HTTPS was in use, but I ended up finding a solution. I was getting HTTP mixed content errors because Nextcloud ( I finally got this working by adding Then, I was able to enter Here is the Docker Compose config that I ended up with for the Collabora service. collabora:
image: collabora/code
restart: always
ports:
- '9980:9980'
environment:
- DONT_GEN_SSL_CERT=1
- 'domain=nextcloud.mydomain.app'
- 'extra_params=--o:ssl.enable=false --o:ssl.termination=true' |
Hello. I'm getting the following error (in the browser console) after installing the built-in CODE server, which happens whenever I try to open a document or spreadsheet:
This is also accompanied by other errors, and the following screenshot is what shows in the web page:
Document loading failed
Failed to load Nextcloud Office - please try again later
So, if I'm understanding this correctly, the built-in CODE isn't running in HTTPS mode, and because my site is running in HTTPS, it errors out. How can I force richdocuments' built-in CODE server to run in HTTPS?
The text was updated successfully, but these errors were encountered: