Nextcloud App - Unbekannter Fehler aufgetreten bei Verbinden mit eigenem Server auf neuem Smartphone

Support intro

Nextcloud App 3.17.0 aus Google PlayStore: “Unbekannter HTTP-Fehler aufgetreten” bei Verbinden mit eigenem Server auf neuem Smartphone

Server
Nextcloud version (eg, 20.0.5): 21.0.4
Operating system and version (eg, Ubuntu 20.04): Linux 5.4.0-81-generic x86_64
Apache or nginx version (eg, Apache 2.4.25): weiß ich nicht
PHP version (eg, 7.4): 7.3.28 - gemieteter Webspoace bei Allinkl.com

Client / Smartphone
Nextcloud App version __: 3.17.0
Android: 11
Smartphone: Samsung Galaxy S20 / SM-G980F (Android 11)

The issue you are facing:

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

Steps to replicate it:

  1. Nextcloud app starten
  2. [Anmelden]
  3. Serveradresse https://: meinecloud.de
  4. Fehler kommt: Es ist ein unbekannter HTTP-Fehler aufgetreten!
    Keine Verbindung zum Server möglich.

Auf meinem alten Smartphone Samsung Galaxy S9 @ Android 10 kann ich mich mit meinem Server verbinden und problemlos anmelden.

The output of your Nextcloud log in Admin > Logging:

habe ich via FTP in meinem Nextcloud-Verzeichnis nicht gefunden

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

<?php
$CONFIG = array (
  'instanceid' => '#########',
  'passwordsalt' => '#########',
  'secret' => '#########',
  'trusted_domains' => 
  array (
    0 => 'cloud.#########.de',
    1 => '#########cloud.de',
  ),
  'datadirectory' => '/www/htdocs/#########/nc/data',
  'overwrite.cli.url' => 'http://cloud.#########.de',
  'dbtype' => 'mysql',
  'version' => '21.0.4.1',
  'dbname' => '#########',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => '#########_',
  'dbuser' => '#########',
  'dbpassword' => '#########',
  'logtimezone' => 'Europe/Berlin',
  'installed' => true,
  'tempdirectory' => '/www/htdocs/#########/nc/tmp/',
  'mail_from_address' => 'nextcloud',
  'mail_smtpmode' => 'smtp',
  'mail_domain' => '#########cloud.de',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'updater.secret' => '$2y#########',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtphost' => 'smtp.#########.com',
  'mail_smtpauth' => 1,
  'mail_smtpname' => '#########.com',
  'mail_smtppassword' => 'leer',
  'mail_smtpport' => '465',
); 

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

da komme ich nicht ran

VG,