-
Notifications
You must be signed in to change notification settings - Fork 8
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
Download of files gives HTTP 500 #34
Comments
Related to: This is probably caused by self-signed certificates in our setup and ownCloud doesn't like self-signed certificates 😄 |
@yasharpm has already solved the mystery, it's not related to PHP code, but it is related self-signed certificates and the fact that ownCloud root certificate need a bit of tinkering to work. see this comment. I'll open a PR for sciencemesh example on Reva. |
* fix: downloading remote files gives HTTP 500 related to sciencemesh/nc-sciencemesh#34 * add: changelog for the pull request * remove punctuation from title
When marie@ownCloud attempts to download a file from the remote site with reva in between, the download operation fails with HTTP 500.
The "local" ownCloud2 for marie logs the following:
The remote server is reva, and it got a PROPFIND equivalent to:
curl -X PROPFIND 'https://5FHHoEGbQ7wKpM1rHM1R0paZRKxDiKcv:@revaowncloud1.docker/remote.php/dav/ocm/testfile'
(the secret being the correct OCM sharedSecret)
to which it correctly answered:
It's not clear why after the PROPFIND, ownCloud2 got the
Connection refused for URI https:\\\/\\\/revaowncloud1.docker\\\/remote.php\\\/dav\\\/ocm\\\/testfile
.The text was updated successfully, but these errors were encountered: