-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
error messages in webserver log #14807
Comments
@icewind1991 what do you think? |
The client does connect unauthenticated - but afaik not for every folder. I will look into this. |
{
"reqId":"f2f260af9444d27fa097237c4c10e570",
"remoteAddr":"5.28.69.71",
"app":"webdav",
"message":"Exception: {\"Message\":\"No basic authentication headers were found\",\"Code\":0,\"Trace\":\"#0 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/auth.php(126): Sabre\\\\DAV\\\\Auth\\\\Backend\\\\AbstractBasic->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/connector\\\/sabre\\\/auth.php(106): OC_Connector_Sabre_Auth->auth(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#2 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Auth\\\/Plugin.php(108): OC_Connector_Sabre_Auth->authenticate(Object(OC_Connector_Sabre_Server), 'ownCloud')\\n#3 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod('PROPFIND', 'mcobst\\\/music')\\n#4 \\\/var\\\/www\\\/owncloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/Sabre\\\/DAV\\\/Server.php(433): call_user_func_array(Array, Array)\\n#5 \\\/var\\\/" while reading response header from upstream, client: 5.28.69.71, server: xxxx,
request: "PROPFIND /owncloud/remote.php/webdav/mcobst/music HTTP/1.1",
upstream: "fastcgi://unix:/var/run/php5-fpm.sock:",
host: "xxxx" |
@mcnesium which client version are you running? THX |
It's 1.6.4 build 1195 (waiting for 1.8 desperately) |
@mcnesium pls try with 1.8.0 beta2, its available from owncloud.org download page section "testing" |
ran this with 1.8 release as well as this nightly and there are stillt he same messages:
|
@LukasReschke so isn´t this as it is supposed to work? First request is unauthenticated? |
The ownCloud client should actually behave properly here, anyways properly behaving DAV clients should have this error reported once and not really more often. (see also #14510 (comment)) That said, I am confused that the error in #14807 (comment) seems completely unrelated. @mcnesium Could you double check? Thanks a lot! |
Please try again with 8.0.6 or 8.1.1 and sync client 1.8.4. If you're still having these problems, feel free to reopen. |
No more log messages, thank you :) |
My webserver log at
/var/log/nginx/error.log
is full of those messages:There is one line for every sync of any folder I have set up to be synced in my notebook client. What is this about?
The text was updated successfully, but these errors were encountered: