[GH-ISSUE #189] SSL Ports doesn't answer #108

Closed
opened 2026-02-26 09:36:27 +03:00 by kerem · 5 comments
Owner

Originally created by @blackerking on GitHub (Oct 23, 2019).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/189

I've copied valid crt, key and pem files like described into:
/app/onlyoffice/DocumentServer/data/certs
But the SSL ports doesn't respond - port 80 does.
Log files has no entrys.
Also tryied to changed permission for all files -> no solution.

I've checked some configuration of nginx but found nothing.
I can't access /var/www/onlyoffice/Data/certs inside the container. Is this normal?

My docker commands are:
docker run -i -t -d -p 8280:443 -p 8180:80 onlyoffice/documentserver \ -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data

changing ports doesn't change anything.

Ubuntu LTS 18.10
Nextcloud installed directly
ONLYOFFICE as Docker Image.

Originally created by @blackerking on GitHub (Oct 23, 2019). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/189 I've copied valid crt, key and pem files like described into: `/app/onlyoffice/DocumentServer/data/certs` But the SSL ports doesn't respond - port 80 does. Log files has no entrys. Also tryied to changed permission for all files -> no solution. I've checked some configuration of nginx but found nothing. I can't access `/var/www/onlyoffice/Data/certs` inside the container. Is this normal? My docker commands are: `docker run -i -t -d -p 8280:443 -p 8180:80 onlyoffice/documentserver \ -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data` changing ports doesn't change anything. Ubuntu LTS 18.10 Nextcloud installed directly ONLYOFFICE as Docker Image.
kerem closed this issue 2026-02-26 09:36:27 +03:00
Author
Owner

@ShockwaveNN commented on GitHub (Oct 23, 2019):

Hi

I can't access /var/www/onlyoffice/Data/certs inside the container. Is this normal?

Not, this is not normal, seems there is some permission problem with /app/onlyoffice/DocumentServer/data on host

<!-- gh-comment-id:545360213 --> @ShockwaveNN commented on GitHub (Oct 23, 2019): Hi > I can't access /var/www/onlyoffice/Data/certs inside the container. Is this normal? Not, this is not normal, seems there is some permission problem with `/app/onlyoffice/DocumentServer/data` on host
Author
Owner

@NorseGaud commented on GitHub (Oct 24, 2019):

Hi

I can't access /var/www/onlyoffice/Data/certs inside the container. Is this normal?

Not, this is not normal, seems there is some permission problem with /app/onlyoffice/DocumentServer/data on host

What do they need to be?

<!-- gh-comment-id:546142538 --> @NorseGaud commented on GitHub (Oct 24, 2019): > Hi > > > I can't access /var/www/onlyoffice/Data/certs inside the container. Is this normal? > > Not, this is not normal, seems there is some permission problem with `/app/onlyoffice/DocumentServer/data` on host What do they need to be?
Author
Owner

@NorseGaud commented on GitHub (Oct 24, 2019):

Same problem here.

<!-- gh-comment-id:546146399 --> @NorseGaud commented on GitHub (Oct 24, 2019): Same problem here.
Author
Owner

@ShockwaveNN commented on GitHub (Oct 25, 2019):

I can't access /var/www/onlyoffice/Data/certs inside the container

You should be able to read from this dir in container by default container user at least

<!-- gh-comment-id:546235780 --> @ShockwaveNN commented on GitHub (Oct 25, 2019): > I can't access /var/www/onlyoffice/Data/certs inside the container You should be able to read from this dir in container by default container user at least
Author
Owner

@blackerking commented on GitHub (Oct 25, 2019):

I changed my configuration from docker cli to docker-compose.
-with success-

onlyoffice:
    image: onlyoffice/documentserver
    restart: always
    volumes:
      - /etc/apache2/ssl-oo:/var/www/onlyoffice/Data
    ports:
      - "8280:443"
      - "8180:80"
<!-- gh-comment-id:546237773 --> @blackerking commented on GitHub (Oct 25, 2019): I changed my configuration from docker cli to docker-compose. -with success- ``` onlyoffice: image: onlyoffice/documentserver restart: always volumes: - /etc/apache2/ssl-oo:/var/www/onlyoffice/Data ports: - "8280:443" - "8180:80" ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#108
No description provided.