-
-
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
Login with Client Mac not possible on 10.0.1 #2540
Comments
just updated to 10.0.2 and still the same issue ... |
and the update to 11.0.0. <still the same problem, someone? |
Sorry you got no reply. Can you check again with 11.0.1 or 10.0.3? |
Which link are you trying to connect to? |
It did not work with 11.0.0 but we can try it again with 11.0.1 and come back with the result
… Am 17.01.2017 um 16:55 schrieb Joas Schilling ***@***.***>:
Sorry you got no reply. Can you check again with 11.0.1 or 10.0.3?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2540 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ACmKTbhTJHKQRh3bTz-41LMqbxo0GIGQks5rTOSNgaJpZM4LF_wh>.
|
works now, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We upgraded our install from 10.0 to 10.0.1. Login from browser work as excepted. Wth the desktop client it does not work anymore.
Expected behaviour
Client should be able to connect
Actual behaviour
Secure connect not possible. Also http not possible
Server configuration
Operating system:
Nextcloud in Docker
Web server:
Apache
Database:
MySQL
PHP version:
5.6
Nextcloud version: (see Nextcloud admin page)
10.0.1
Updated from an older Nextcloud/ownCloud or fresh install:
Update from 10.0
Where did you install Nextcloud from:
Download from th project site and installed on our image
Signing status:
Signing status
List of activated apps:
Disabled:
The content of config/config.php:
{
"system": {
"datadirectory": "/var/www/data",
"dbtype": "mysql",
"version": "9.1.1.5",
"installedat": "1330942568.9122",
"lastupdatedat": "1337418792.0236",
"dbname": "xxxxxx",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"allowZipDownload": true,
"maxZipInputSize": 102400000,
"log_type": "owncloud",
"instanceid": "508930ea5d155",
"loglevel": 0,
"maintenance": false,
"theme": "",
"forcessl": true,
"trusted_domains": [
"www.xxxxx",
"xxxx"
],
"0": [
"www.xxxxx"
],
"secret": "REMOVED SENSITIVE VALUE",
"forceSSLforSubdomains": true,
"mail_from_address": "do-not-reply",
"mail_smtpmode": "smtp",
"mail_domain": "xxxxxx",
"memcache.local": "\OC\Memcache\ArrayCache",
"trashbin_retention_obligation": "auto",
"mail_smtpsecure": "tls",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtphost": "mail.xxxxx",
"mail_smtpport": "587",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE"
}
}
Are you using external storage, if yes which one: local/smb/sftp/...
NO
Are you using encryption: yes/no
yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
NO
Client configuration
Browser:
FF, Safari
Operating system:
Mac
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
{"reqId":"nbQr4EglfrhHDporKQnd","remoteAddr":"79.248.xxx.xxx","app":"webdav","message":"Exception: {"Message":"HTTP\/1.1 401 No 'Authorization: Basic' header found. Either the client didn't send one, or the server is mis-configured","Exception":"Sabre\\DAV\\Exception\\NotAuthenticated","Code":0,"Trace":"#0 [internal function]: Sabre\\DAV\\Auth\\Plugin->beforeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#1 \/var\/www\/html\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\n#2 \/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(446): Sabre\\Event\\EventEmitter->emit('beforeMethod', Array)\n#3 \/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php(248): Sabre\\DAV\\Server->invokeMethod(Object(Sabre\\HTTP\\Request), Object(Sabre\\HTTP\\Response))\n#4 \/var\/www\/html\/apps\/dav\/lib\/Server.php(184): Sabre\\DAV\\Server->exec()\n#5 \/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php(30): OCA\\DAV\\Server->exec()\n#6 \/var\/www\/html\/remote.php(165): require_once('\/var\/www\/html\/a...')\n#7 {main}","File":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Auth\/Plugin.php","Line":188,"User":"xxxx"}","level":0,"time":"2016-12-06T15:00:27+00:00","method":"PROPFIND","url":"/remote.php/dav/principals/users//","user":""}
Browser log
Browser log
``` Insert your browser log here, this could for example include:Browser is working ...
The text was updated successfully, but these errors were encountered: