Open Cloud Mesh (OCM) / Federate with Owncloud 10 #2121
-
|
Hi, I'm trying to connect/mesh/federate OpenCloud 4.1.0 with Owncloud 10.16.0. When I try to register the OpenCloud in Owncloud -> Settings -> Admin -> Sharing -> Federation -> Add OwnCloud Server I get "Remote server version is too low. ownCloud 9.0 is required." In the OpenCloud ocmproviders.json the Owncloud is configured like this: OpenCloud to OpenCloud works fine, so I assume, that the basic config is ok. Can anybody point to the right direction? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hm, owncloud is doing a request to This request is AFAICT not part of the OCM spec. IMO it's a bug in owncloud. Nextcloud has similar code AFAICS ( I guess we could return a fake response on the |
Beta Was this translation helpful? Give feedback.
@denniskuehl I've move this to an issue: #2187
But, even with that fix, I wouldn't be surprised if federation with ownCloud would still not work. AFAICT the owncloud implementation of OCM is somewhat outdated and based on an older specification that what OpenCloud is providing.