-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
WebDAV not working if running webserver and reverse proxy in ports different from standard #2573
Comments
Looking further, it seems that the server can't redirect the requests for the
However, I still didn't manage to get it right. Does anyone know how I do it? Is there an easy way? |
A little bit more:
Accessing other random links on And another references: |
Can you check whether the proxy settings help? server/config/config.sample.php Lines 339 to 375 in bf043de
|
@nickvergessen , actually, I already had those setted. Anyway, it seems fixed. Not sure exactly why. |
Steps to reproduce
Expected behaviour
It was expected to connect at the nextcloud and able to share contacts and calendar, for example.
Actual behaviour
DAVDroid get stuck on
Configuration detection. Wait, looking for server...
. Even if I enter a wrong password it get stuck on this message. If I enter the right user/password, under nextcloud Admin, it shows that DAVDroid got connected but gets stucked on this message..The nextcloud app works. "davs:// on linux" works..
Server configuration
Operating system: Armbian Jessie
Web server: Apache + nginx (reserve proxy)
Database: MySQL
PHP version: PHP5
Nextcloud version: 10.1
Updated from an older Nextcloud/ownCloud or fresh install: Fresh install
Where did you install Nextcloud from: downloaded from nextcloud.com
Signing status:
No errors have been found.
List of activated apps:
Default Apps + External Storage
The content of config/config.php:
Here's the relevant part:
Are you using external storage, if yes which one: local
Are you using encryption: no
Client configuration
Browser:
Acessing via any browser the referece link (example.com:5000/nextcloud/remote.php/webdav):
This is the WebDAV interface. It can only be accessed by WebDAV clients such as the ownCloud desktop sync client.
Checking on similar issues, people got it working redirecting the WAN port to the 443 ou 80 port, in LAN port or making hosts redirecting to localhost
127.0.0.1 example.com
.When connecting to nextcloud, I got sometimes:
Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. Please double check the installation guides.
If I try the
overwritehost
option, changing it to192.168.1.98
some links get the hardlink (as external download or logout). That's why I'm using the http link onoverwritehost
.Some reference:
owncloud/core#2495
owncloud/core#2511
The text was updated successfully, but these errors were encountered: