We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
docker run -i -t -e AMQP_SERVER_URL=amqps://user:pass@uuurl.us-east-1.amazonaws.com:5671 -e AMQP_SERVER_TYPE=activemq onlyoffice/documentserver-ie
Result will
==> /var/log/onlyoffice/documentserver/converter/out.log <== [2019-09-17T13:20:59.824] [ERROR] nodeJS - [AMQP] disconnected null
But adding adding:
activemq.connectOptions.transport = "tls" like to /etc/onlyoffice/documentserver/local.json
activemq.connectOptions.transport = "tls"
/etc/onlyoffice/documentserver/local.json
"activemq": { "connectOptions": { "host": "aaaa.us-east-1.amazonaws.com", "port": "5671", "username": "user", "password": "pass", "transport": "tls" }
DocumentServer Docker tag: 5.4.0.21
Host Operating System: Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
db01421
Can confirm fixed on 5.4.1.39
Sorry, something went wrong.
agolybev
No branches or pull requests
Result will
But adding
adding:
activemq.connectOptions.transport = "tls"
like to
/etc/onlyoffice/documentserver/local.json
DocumentServer Docker tag: 5.4.0.21
Host Operating System: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: