LE Certificate does not work with Nextcloud

Hi@all,

i have running ACME (LE certificates) and HA proxy on my PFSense to reach several internal servers on port 443.

This all works so far. I call from external:

https://cloud.mydomain.de

I land on the UCS on which Nextcloud is running. On the UCS side. I call:

https://cloud.mydomain.de/nextcloud

at the time the browser (Firefox) shows the correct certificate (Trusted) but on the NextCloud page I see:

image

and I can’t sign up. If I call the server directly from inside:

https://cloud.intern.lan/nextcloud

I get the certificate warning (self-signed) but I can login. What can be the reason for this?

with best
sven

Also in der Doku steht man muss den Hostnamen in der config.php entsprechend ergänzen. Die Einzige die ich gefunden habe ist:

/var/lib/univention-appcenter/apps/nextcloud/data/integration/config/config.php

dort habe ich entsprechend ergänzt:

$CONFIG = array (
  'passwordsalt' => 'Zjaf1HozJ4lPElDrLw4/Bq1L5xTGGP',
  'secret' => 'c4KU/pKgrwCHX0/eFJhSPWerAXGO05Pu0GHl3QjTQ+mt44Sw',
  'trusted_domains' => 
  array (
    0 => 'cloud.intern.lan',
    1 => '192.168.xx.12',
    2 => 'cloud.mydomain.de',
  ),
...

alles neu gestartet aber die Meldung bleibt gleich.

Lösung hier:


gefunden. Selstam. Wenn ich hier im Forum nach “trusted_domains” suche finde ich nichts. Ich bin dann über die Google-Suche wieder hier geladet.
Egal, funktioniert :slight_smile:

Mastodon