I've installed the Docker versions of the document, mail and community servers. Everything works great using http and the Community server works fine using https, however whenever I try to edit a document I receive the following message.
I've followed the setup on the github (ie. https://github.com/ONLYOFFICE/Docker-CommunityServer), generated certificates and placed them in /app/onlyoffice/DocumentServer/data/certs and /app/onlyoffice/CommunityServer/data/certs, tried the setup both by specifying the ssl parameters in env.lists and not with the same results. I've looked all over the place and can't find anyone who is having this specific problem. The only clue I have is when looking in the documentserver's logs I find this in /app/onlyoffice/DocumentServer/logs/documentserver/gc/out.log
events.js:160
throw er; // Unhandled 'error' event
^
error: the database system is starting up
at Connection.parseE (/var/www/onlyoffice/documentserver/server/DocService/node_modules/pg/lib/connection.js:554:11)
at Connection.parseMessage (/var/www/onlyoffice/documentserver/server/DocService/node_modules/pg/lib/connection.js:381:17)
at Socket.<anonymous> (/var/www/onlyoffice/documentserver/server/DocService/node_modules/pg/lib/connection.js:117:22)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at Socket.Readable.push (_stream_readable.js:134:10)
at TCP.onread (net.js:548:20)
events.js:160
throw er; // Unhandled 'error' event
Repeats. This confirmed in app/onlyoffice/DocumentServer/logs/documentserver/docservice/out.log
[2016-12-02 20:20:10.032] [WARN] nodeJS - Express server starting...
[2016-12-02 20:20:10.085] [ERROR] nodeJS - Fri, 02 Dec 2016 20:20:10 GMT uncaughtException: the database system is starting up
[2016-12-02 20:20:10.088] [ERROR] nodeJS - error: the database system is starting up
at Connection.parseE (/var/www/onlyoffice/documentserver/server/DocService/node_modules/pg/lib/connection.js:554:11)
at Connection.parseMessage (/var/www/onlyoffice/documentserver/server/DocService/node_modules/pg/lib/connection.js:381:17)
at Socket.<anonymous> (/var/www/onlyoffice/documentserver/server/DocService/node_modules/pg/lib/connection.js:117:22)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:176:18)
at Socket.Readable.push (_stream_readable.js:134:10)
at TCP.onread (net.js:548:20)
[2016-12-02 20:20:10.096] [WARN] nodeJS - worker 507 died.
[2016-12-02 20:20:10.099] [WARN] nodeJS - worker 547 started.
This also repeats.
I feel like I'm missing something that the tutorials just assume I know.
Does anyone have suggestions for a solution, or better yet a (non-mystical) way they've gotten ssl to work for both the Community and Document server?