Timeout while trying to connect to Nextcloud at https://cloud.delta-wings.net/status.php

Nextcloud version (eg, 12.0.2): 17.0.1
Operating system and version (eg, Ubuntu 17.04): Docker image latest
Apache or nginx version (eg, Apache 2.4.25):
PHP version (eg, 7.1): 7.3

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. launch nextcloud client on linux
  2. input server address https://cloud.delta-wings.net
  3. get timeout error
    note: nextcloudcmd is woring correctly

The output of your Nextcloud log in Admin > Logging:

Debug	cron	Finished OCA\Deck\Cron\CardDescriptionActivity job with ID 212 in 0 seconds	
2019-11-18T08:50:05+0000
Debug	cron	Run OCA\Deck\Cron\CardDescriptionActivity job with ID 212	
2019-11-18T08:50:05+0000
Debug	cron	Finished OCA\Deck\Cron\ScheduledNotifications job with ID 211 in 0 seconds	
2019-11-18T08:50:05+0000
Debug	cron	Run OCA\Deck\Cron\ScheduledNotifications job with ID 211	
2019-11-18T08:50:05+0000
Debug	cron	Finished OCA\Deck\Cron\DeleteCron job with ID 210 in 0 seconds	
2019-11-18T08:50:05+0000
Debug	cron	Run OCA\Deck\Cron\DeleteCron job with ID 210	
2019-11-18T08:50:05+0000
Debug	cron	Finished OCA\Passwords\Cron\CleanUpSessions job with ID 365 in 0 seconds	
2019-11-18T08:50:05+0000
Info	passwords	Closed and deleted 0 sessions	
2019-11-18T08:50:05+0000
Debug	cron	Run OCA\Passwords\Cron\CleanUpSessions job with ID 365	
2019-11-18T08:50:05+0000
Debug	cron	Finished OCA\Text\Cron\Cleanup job with ID 2148 in 0 seconds	
2019-11-18T08:50:05+0000
Debug	text	Removed 0 inactive sessions	
2019-11-18T08:50:05+0000
Debug	text	Run cleanup job for text sessions	
2019-11-18T08:50:05+0000
Debug	cron	Run OCA\Text\Cron\Cleanup job with ID 2148	
2019-11-18T08:50:05+0000
Debug	cron	Finished OCA\DAV\BackgroundJob\EventReminderJob job with ID 2145 in 0 seconds	
2019-11-18T08:50:04+0000
Debug	cron	Run OCA\DAV\BackgroundJob\EventReminderJob job with ID 2145	
2019-11-18T08:50:04+0000
Debug	cron	Finished OCA\Passwords\Cron\SynchronizeShares job with ID 33 in 0 seconds	
2019-11-18T08:50:04+0000
Debug	passwords	Updated 0 share(s)	
2019-11-18T08:50:04+0000
Debug	passwords	Removed shared attribute from 0 password(s)	
2019-11-18T08:50:04+0000
Debug	passwords	Created 0 new share(s)	
2019-11-18T08:50:04+0000
Debug	passwords	Deleted 0 expired share(s)	
2019-11-18T08:50:04+0000
Debug	passwords	Deleted 0 orphaned password(s)	
2019-11-18T08:50:04+0000
Debug	cron	Run OCA\Passwords\Cron\SynchronizeShares job with ID 33	
2019-11-18T08:50:04+0000
Debug	cron	Finished OCA\Passwords\Cron\CheckNightlyUpdates job with ID 31 in 0 seconds	
2019-11-18T08:50:04+0000
Debug	cron	Run OCA\Passwords\Cron\CheckNightlyUpdates job with ID 31	
2019-11-18T08:50:04+0000
Debug	cron	Finished OCA\Passwords\Cron\ProcessDeletedEntities job with ID 30 in 0 seconds	
2019-11-18T08:50:04+0000
Debug	passwords	Deleted 0 object(s) permanently	
2019-11-18T08:50:04+0000
Debug	cron	Run OCA\Passwords\Cron\ProcessDeletedEntities job with ID 30	
2019-11-18T08:50:04+0000
Debug	cron	Finished OCA\Passwords\Cron\ProcessDeletedUsers job with ID 29 in 0 seconds	
2019-11-18T08:50:04+0000
Debug	cron	Run OCA\Passwords\Cron\ProcessDeletedUsers job with ID 29	
2019-11-18T08:50:04+0000
Info	passwords	Passwords runs /var/www/html/cron.php in global mode	
2019-11-18T08:50:04+0000

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'redis',
    'port' => 6379,
  ),
  'instanceid' => '________',
  'passwordsalt' => '________',
  'secret' => '________',
  'trusted_domains' => 
  array (
    0 => 'localhost:3002',
    1 => 'cloud.delta-wings.net',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'mysql',
  'version' => '17.0.1.1',
  'overwrite.cli.url' => 'https://cloud.delta-wings.net/',
  'overwriteprotocol' => 'https',
  'dbname' => '________',
  'dbhost' => '________',
  'dbport' => '',
  'dbtableprefix' => '',
  'mysql.utf8mb4' => true,
  'dbuser' => '________',
  'dbpassword' => '________',
  'installed' => true,
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 0,
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'no-reply',
  'mail_domain' => 'delta-wings.net',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'ssl0.ovh.net',
  'mail_smtpport' => '465',
  'mail_smtpname' => '________',
  'mail_smtppassword' => '________',
  'updater.release.channel' => 'beta',
);

The output of your Apache/nginx/system log in /var/log/____:

nothing