Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The hubot does't connect with EC2 server using HTTP #333

Open
ebaptistella opened this issue Feb 12, 2020 · 0 comments
Open

The hubot does't connect with EC2 server using HTTP #333

ebaptistella opened this issue Feb 12, 2020 · 0 comments

Comments

@ebaptistella
Copy link

Hello!

I have an EC2 instance running rocket.chat and I'm having problems for connecting a bot (hubot) into the instance, it is pending the connection with the remote host.

I have the log of hubot:

INFO Starting Rocketchat adapter....
INFO Once connected to rooms I will respond to the name: hubot
INFO Connecting To: ec2-88-819-137-174.us-east-2.compute.amazonaws.com

I can authenticate using cURL.
The authentication use LDAP.
I open all ports and firewall is disabled.
In browser, the websocket is connected.

My server was created with Ubuntu Server 18.04 LTS.
Rocket Chat Server was installed with snap.

Rocket version is: 2.4.2
Apps Engine: 1.11.0
Hash: d57a64dee62fbf8abff75006903628a1001312ec

Hubot using Docker image rocketchat/hubot-rocketchat:latest
My params for running the container:

sudo docker run --restart always --name hubot-it -e ROCKETCHAT_URL=ec2-88-819-137-174.us-east-2.compute.amazonaws.com -e ROCKETCHAT_USER=hubot -e ROCKETCHAT_PASSWORD=hubot -e ROCKETCHAT_AUTH=ldap -e BOT_NAME=hubot -e ROCKETCHAT_ROOM='' docker pull rocketchat/hubot-rocketchat:latest

Please, any suggestion?

@ebaptistella ebaptistella changed the title The hubot does't connect with EC2 server with HTTP The hubot does't connect with EC2 server using HTTP Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant