Skip to content
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

NC 14.0.2 RC2 - still wrong checks ... #11748

Closed
abysso2 opened this issue Oct 10, 2018 · 4 comments
Closed

NC 14.0.2 RC2 - still wrong checks ... #11748

abysso2 opened this issue Oct 10, 2018 · 4 comments
Milestone

Comments

@abysso2
Copy link

abysso2 commented Oct 10, 2018

Steps to reproduce

  1. Upgrade to NC 14.0.2 RC2
  2. Go to settings - Übersicht

Expected behaviour

Tell us what should happen

No check should alert

Actual behaviour

Tell us what happens instead

Es gibt einige Warnungen bei Deiner Systemkonfiguration.

Dein Web-Server ist nicht richtig eingerichtet um "/.well-known/caldav/" aufzulösen. Weitere Informationen findest Du in der Dokumentation.
Dein Web-Server ist nicht richtig eingerichtet um "/.well-known/carddav/" aufzulösen. Weitere Informationen findest Du in der Dokumentation.

Server configuration

Operating system:
Centos 7.5

Web server:
ngninx 1.12.2-2

location = /.well-known/carddav {
  return 301 $scheme://$host/remote.php/dav;
}

location = /.well-known/caldav {
  return 301 $scheme://$host/remote.php/dav;
}

Database:

mariadb 10.3.10
PHP version:

Nextcloud version: (see Nextcloud admin page)
14.0.2 RC2

Updated from an older Nextcloud/ownCloud or fresh install:
Update from 14.0.2 RC1 (before 13.0.6, 14.0.1)

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #10861 (14.0.0 RC 2), #11715 (14.0.2 RC 2), #9335 (Tasks due dates deleted during update to NC 13.0.2), #9398 (Encryption Error 14.0.0.2), and #11588 (14.0.2 RC 1).

@timm2k
Copy link
Contributor

timm2k commented Oct 11, 2018

Is there may any rule that rejects access to .files oder .directories in your config?

Something like this will break support for .well-known and chunked uploads:

# Disallow access to hidden files and directories
location ~ /\. {
     return 404;
}

@BernieO
Copy link
Contributor

BernieO commented Oct 11, 2018

Could you post the output of those two commands:

curl -iLu USERNAME:PASSWORD https://DOMAIN.COM/.well-known/caldav
curl -iLu USERNAME:PASSWORD https://DOMAIN.COM/.well-known/carddav

If you use a selfsigned certificate you might have to use -kiLu instead of -iLu

@MorrisJobke
Copy link
Member

Fixed in #11738 - will be shipped in 14.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants