pixel
May 7, 2020, 12:04pm
1
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:
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
pixel
May 7, 2020, 12:52pm
2
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.
pixel
May 7, 2020, 2:34pm
3
Lösung hier:
Hello,
I’m still getiing the dreaded "You are accessing the server from an untrusted domain.” message. eventhough i added my own ddns redirector manually to the trusted_domains array in /var/lib/univention-appcenter/apps/nexcloud/conf/config/config.php
I’m reaching XYZ.ddns.net/univention/portal/ without problem, but that’s as far as i go.
Here’s the array by the way:
'trusted_domains' =>
array (
0 => 'ucs-xxxx','XYZ.ddns.net'
1 => '192.168.1.13',
),
Any idea ?
Thanks for your…
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