Make Nextcloud and Onlyoffice work without proper certificates
We want to test NC+OO integration functionality without proper certs. Right now OO will complain like this without proper certs:
Here's a solution, I din't look deep into it though: https://help.nextcloud.com/t/make-nextcloud-onlyoffice-app-accept-self-signed-certificates/83020/12
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Varac added Certificates label
added Certificates label
Collapse replies - Contributor
The current behave test does not go as "deep" as this: it only checks if OO is opened inside NC. That's the most important part from an OAS perspective, because it means:
- both the NC and OO server are up-and-running
- OO plugin is enabled
- OO plugin is configured correctly
- Please register or sign in to reply
There's also the documentation about TLS usage for the onlyoffice docker image
- Varac mentioned in issue #965 (closed)
mentioned in issue #965 (closed)
- Varac added Discussion label
added Discussion label
- Contributor
In that nextcloud thread somebody suggests to:
- Set
USE_UNAUTHORIZED_STORAGE
totrue
- Set
ONLYOFFICE_HTTPS_HSTS_ENABLED
tofalse
If our OO helm chart supports this, that could be a simple solution.
- Set
Collapse replies - Contributor
If our OO helm chart supports this, that could be a simple solution.
I just remembered that this is our own chart, so we're OK there
I just gave it a try, manually edited the nc-onlyoffice-documentserver deployment in the pipeline-droplet for openappstack!351 and added these env vars:
- name: USE_UNAUTHORIZED_STORAGE value: "true" - name: ONLYOFFICE_HTTPS_HSTS_ENABLED value: "false"
And:
Edited by Varac- Varac added 1 deleted label and removed Discussion label
added 1 deleted label and removed Discussion label
- Varac mentioned in merge request !33 (merged)
mentioned in merge request !33 (merged)