https for document service
Posted: Thu Apr 30, 2015 2:58 pm
Hi all,
When i run the container for the document service with:
docker run -i -t -d -p 8443:443 -p 8800:80 -v /opt/onlyoffice/Data:/var/www/onlyoffice/Data onlyoffice/documentserver
I can reach the document service on http (port 8800) but not https.
When I look in the contaniner (docker attach <id number>) and execute 'netstat -ln' I can see port 80 listening but not port 443. Also, in the nginx.conf file I can not find any indication that nginx should do anything with https. How is this supposed to work? should I change something?
There is also a mysql server running, should I configure this server?
info:
certificate and key copied (permissions set) to /opt/onlyoffice/Data/certs
centos 7.0
docker 1.5
reagrds
Tom
When i run the container for the document service with:
docker run -i -t -d -p 8443:443 -p 8800:80 -v /opt/onlyoffice/Data:/var/www/onlyoffice/Data onlyoffice/documentserver
I can reach the document service on http (port 8800) but not https.
When I look in the contaniner (docker attach <id number>) and execute 'netstat -ln' I can see port 80 listening but not port 443. Also, in the nginx.conf file I can not find any indication that nginx should do anything with https. How is this supposed to work? should I change something?
There is also a mysql server running, should I configure this server?
info:
certificate and key copied (permissions set) to /opt/onlyoffice/Data/certs
centos 7.0
docker 1.5
reagrds
Tom