mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Adapter does not connect with https #89

Closed honnel closed 8 years ago

honnel commented 8 years ago

Hi,

I can't establish any connection to our Rocket.Chat Instance. I have tried following settings:

ROCKETCHAT_URL='https://$host' 
ROCKETCHAT_ROOM='general' 
LISTEN_ON_ALL_PUBLIC=true 
ROCKETCHAT_USER=bot 
ROCKETCHAT_PASSWORD=bot 
ROCKETCHAT_AUTH=password 

I have got following output:

[Tue Jan 26 2016 09:47:02 GMT+0100 (CET)] INFO Starting Rocketchat adapter...
[Tue Jan 26 2016 09:47:02 GMT+0100 (CET)] INFO Once connected to rooms I will respond to the name: bot
[Tue Jan 26 2016 09:47:02 GMT+0100 (CET)] INFO Connecting To: $host
(logging stops at this point)

I have prepared Rocket.Chat with an user bot and password bot. Is there anything i have forgot to configure?

cheers honnel