kandanapp / hubot-kandan-app

An easily deployed Hubot for Kandan, running in the cloud.
MIT License
64 stars 14 forks source link

Allow https #7

Closed JangoSteve closed 10 years ago

JangoSteve commented 10 years ago

The Kandan Hubot app was mysteriously able to connect to Kandan (I could see it in the active users), but would then receive "socket closed" errors as soon as it tried to respond to anything. Finally figured out, it was hardcoded to connect via HTTP, which doesn't work when you've got Kandan set to force HTTPS.

Added a config variable for this and instructions to the Readme.

scouttyg commented 10 years ago

Awesome. Looks good. Thanks @JangoSteve