Closed Epic-NaN closed 9 months ago
Problem is maybe that letsencrypt does not get the certificate. Letyencrypt does http request on "LETS_ENCRYPT_DOMAIN" Port 80. sulution should be selfsignt certificate
so nginx cannot start ssl because ssl certificate is missing.
Hello @hahaxd35, To get certificates from letsencrypt using variables in docker you will have to use 80 and 443 ports, because letsencrypt uses these ports during the check host. Duplicate of #347
I close this issue. Feel free to comment or reopen it if you got further questions.
This issue is unique.
Operating System of DocumentServer
Docker
Version information
current
Expected Behavior
What I want to do is to run ONLYOFFICE DocumentServer on this same server and connect it using the Nextcloud plugin, which I already have installed. For this, I tried the Docker version. I expected to be able to follow the guide and have a running instance of ONLYOFFICE DocumentServer.
Actual Behavior
The Docker command used is the following (private details redacted):
Connecting to port 8080 shows this screen:
but it doesn't let me install anything. Running the example works. Trying to connect to port 8443 does not work at all:
Attempting to connect the server to Nextcloud, both via domain name and via IP+port does not work.
Reproduction Steps
Following the guide and running the Docker command described in Actual Behaviour
Additional information
Environment
I am running a Ubuntu 22.04 LTS Server hosted on a VPS. Nextcloud is installed and uses ports 80 and 443.