Nextcloud version :12.0.4.3
Operating system and version :Debian 9
nginx version : nginx/1.10.3
PHP version :PHP 7.0.27
The issue you are facing:I can’t open my nextcloud website.However,I can use my android app to upload files and sync files use the desktop app.
Is this the first time you’ve seen this error? Y
The output of your config.php file in /path/to/nextcloud
<?php
$CONFIG = array (
'instanceid' => 'ocid',
'passwordsalt' => 'mysalt',
'secret' => 'mysecret',
'trusted_domains' =>
array (
0 => 'cloud.mydomain.com',
),
'datadirectory' => '/var/www/nextcloud/data',
'overwrite.cli.url' => 'https://cloud.mydomain.com',
'dbtype' => 'mysql',
'version' => '12.0.4.3',
'dbname' => 'NextCloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'myname',
'dbpassword' => 'mypasswd',
'installed' => true,
'memcache.local' => '\OC\Memcache\APCu',
);
The output of your nginx in /var/log/nginx/error.log
:
2018/02/04 10:06:27 [crit] 23097#23097: *110204 SSL_do_handshake() failed (SSL: error:1417D18C:SSL routines:tls_process_client_hello:version too low) while SSL handshaking, client: x.x.x.x, server: 0.0.0.0:443
2018/02/04 15:53:20 [error] 23097#23097: *110287 connect() failed (111: Connection refused) while connecting to upstream, client: 121.230.x.x, server: cloud.mydomain.com, request: "PROPFIND /remote.php/webdav/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "cloud.mydomain.com"
2018/02/04 15:55:10 [error] 23097#23097: *110306 connect() failed (111: Connection refused) while connecting to upstream, client: 121.230.x.x, server: cloud.mydomain.com, request: "GET /remote.php/dav/files/toptyloo/InstantUpload/Camera/2018/01/IMG_20180128_153755.jpg HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "cloud.mydomain.com"
2018/02/04 15:56:01 [error] 23097#23097: *110294 connect() failed (111: Connection refused) while connecting to upstream, client: 121.230.x.x, server: cloud.mydomain.com, request: "GET /remote.php/dav/files/toptyloo/InstantUpload/Camera/2018/01/IMG_20180131_203651.jpg HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "cloud.mydomain.com"