Skip to content
New issue

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

ampq with tls on ActiveMQ will not work #183

Closed
ShockwaveNN opened this issue Sep 17, 2019 · 1 comment
Closed

ampq with tls on ActiveMQ will not work #183

ShockwaveNN opened this issue Sep 17, 2019 · 1 comment
Assignees
Labels
confirmed-bug Issues with confirmed bugs

Comments

@ShockwaveNN
Copy link
Contributor

  1. Create AmazonMQ broker via https://us-east-1.console.aws.amazon.com/amazon-mq/
  2. Start docker container with params:
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": {
      "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

@ShockwaveNN ShockwaveNN added the confirmed-bug Issues with confirmed bugs label Sep 17, 2019
@ShockwaveNN
Copy link
Contributor Author

Can confirm fixed on 5.4.1.39

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
confirmed-bug Issues with confirmed bugs
Projects
None yet
Development

No branches or pull requests

2 participants