Hello, I am absolutely noob in Linux and Docker - but I have a to do:
I have a Windows Server 2019 behind a Sophos SG in a DMZ running. I installed Desktop Docker and NextCloud AIO Container.
I set up a DNAT on Sophos of all services to route to the internal ip address of the dmz server.
From internet, I can reach cloud.mycompany.com:8080 for config (A-Host setting done).
But when in config i want to set up the domain cloud.mycompany.com then i get an error:
āDomain does not point to this server or the reverse proxy is not configured correctly. See the mastercontainer logs for more details. (āsudo docker logs -f nextcloud-aio-mastercontainerā)ā
So, now, i didn“t want to use a reverse proxy at this time, when nextcloud is running, i can use the reverse proxy function of my sophos firewall.
Terminal log shows following:
[Thu Jan 26 12:07:28.547305 2023] [php:notice] [pid 281] [client 127.0.0.1:50622] The response of the connection attempt to āttp://cloud.mycompany.com:443ā was: , referer: ttps://cloud.mycompany.com:8080/containers
[Thu Jan 26 12:07:28.547345 2023] [php:notice] [pid 281] [client 127.0.0.1:50622] Expected was: 51cd1424fb901a13758f701f2a218a314123456789d2, referer: ttps://cloud.mycompany.com:8080/containers
[Thu Jan 26 12:07:28.547360 2023] [php:notice] [pid 281] [client 127.0.0.1:50622] The error message was: Empty reply from server, referer: ttps://cloud.mycompany.com:8080/containers
Can someone help me? I will get crazy with thisā¦
Thank you very much.