Certificat Ok mais connexion à distance refusée

Encore une fois, un grand merci pour votre aide !
Sur mon serveur frontal « linux00 »,
nextcloud00.perso.nicolasgf.be et joomla00.perso.nicolasgf.be fonctionnent parfaitement avec la certification Let’s Encrypt. Il me reste le troisième site : « nextcloudcin.perso.nicolasgf.be » qui se situe sur un autre serveur et qui pose problème. !
On atteint bien le serveur IP 192.168.1.56 mais la réponse est ‘Nextcloud – Accès à partir d’un domaine non approuvé’.?
Actuellement , on peut accèder a ce site en http via : « perso.nicolasgf.be:8080/nextcloud ».

Un vhost avec un DNS local « nextcloud.club.nicolasgf.be » a été configuré :
…c/apache2/sites-available/nextcloud.conf
<VirtualHost *:80>
ServerName nextcloud.club.nicolasgf.be
DocumentRoot /var/www/html/nextcloud/
ErrorLog {APACHE_LOG_DIR}/error.log CustomLog {APACHE_LOG_DIR}/access.log combined
<Directory /var/www/html/nextcloud>
AllowOverride None
Require all granted

Le fichier /nextcloud/config/config.php est configuré :
‘trusted_domains’ =>
array (
0 => ‘localhost’,
1 => ‘192.168.1.56’,
2 => ‘perso.nicolasgf.be:8080’,
3 => ‘nextcloudcin.perso.nicolasgf.be’,
4 => ‘nextcloud.club.nicolasgf.be’,
),
Mais l’accès n’est pas correct ?.

ci-joint aussi le fichier actuel:
/etc/apache2/sites-available/nextcloudcin-le-ssl.conf

<VirtualHost *:443>
ServerName nextcloudcin.perso.nicolasgf.be
# DocumentRoot /var/www/html/nextcloud
ProxyPreserveHost On
ProxyPass / http://192.168.1.56/nextcloud/
ProxyPassReverse / http://192.168.1.56/nextcloud/
ProxyRequests Off
SSLProxyEngine on
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =nextcloudcin.perso.nicolasgf.be
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Include /etc/letsencrypt/options-ssl-apache.conf
ServerAlias nextcloudcin.perso.nicolasgf.be
SSLCertificateFile /etc/letsencrypt/live/joomla00.perso.nicolasgf.be-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/joomla00.perso.nicolasgf.be-0001/privkey.pem


<VirtualHost *:80>
ServerName nextcloudcin.perso.nicolasgf.be
# DocumentRoot /var/www/html/nextcloud
ProxyPreserveHost On
ProxyPass / http://192.168.1.56/nextcloud/
ProxyPassReverse / http://192.168.1.56/nextcloud/
# Require all granted
# ProxyRequests Off
SSLProxyEngine on
# <Proxy *>
# Allow from All
#
RewriteEngine on
# Some rewrite rules in this file were disabled on your HTTPS site,
# because they have the potential to create redirection loops.
# RewriteCond %{SERVER_NAME} =nextcloud.club.nicolasgf.be
# RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
RewriteCond %{SERVER_NAME} =nextcloudcin.perso.nicolasgf.be
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

Voir aussi : https://check-your-website.server-daten.de/?q=nextcloudcin.perso.nicolasgf.be

Merci d’avance pour la bonne suite que vous réserverez à ma demande.
Bien à Vous
Gille