I am using Owncloud Enterprise 10.12.0 with the new OO Connector 7.8.1.
OO V 7.1.1.23 (Docker) without JWT works flawless.
I updated the oo docker container to onlyoffice/documentserver-ee:latest
which is version 7.33.49. When i try to save the oo-server settings in the owncloud
connector window the error occurs:
Hello @constantine, i stumbled over this one too, sadly it doesn’t help either.
I digged through nearly everthing google could find, and i also read probaly everthing that
is findable here on this forum. It must be some really weird thing.
The hint is probably the commented part: $secure_link must be empty, but why?
Please check if token credentials are correct in local.json config from /etc/onlyoffice/documentserver/.
Additionally, please share with us your .yml file and log files of Document Server from /var/log/onlyoffice/documentserver/ for analysis. You can send them to me directly via PM.
Thanks for the info.
Please also provide logs of Document Server after attempting to connect,. As I can see you even have log folder mounted to the host.
Also, I’ve just noted that you are starting an Enterprise Edition container. Does it mean that you have a valid license?
Hello @Constantine, yes i have valid license file, and sadly there is no log entry from the event of connecting from owncloud that produces the 403 forbidden error.
i had a local directory of the nginx_includes, because we enabled the license info page for
some internel subnets. Problem was that those include files where not the right ones
for the actual container. I copied the ones from the container, put them to the local
directory, modified the allow rules for our internal subnets, started the container and
now everthings works as it is supposed to do.