Chris Edwards
Chris Edwards
Thanks but I'm still having problems. How are you supposed to log Hubot into skype? > When you first launch hubot with the Skype adapter, Skype will prompt you to...
@fantactuka yes sounds like the same problem, on Mac (not using that vagrant images) I also get that Python error...
+1, this would be extremely useful!
What are the implications of allowing `Push.Configure` to be called at various times during the running of the app? I have an issue where I need to allow multiple apps/certificates,...
@raix what if I was to fork and remove: ``` / Block multiple calls if (isConfigured) { throw new Error('Push.Configure should not be called more than once!'); } ``` what...
@manoj2411 your config is wrong I think: ``` production: server: "https://interakt.co/faye" ``` Should be: ``` production: server: "https://interakt.co:4443/faye" ``` I'm having a problem where I can access faye.js, but when...
@gregmolnar yep, the SSL is working on the site, green https :( My private_pub_thin.yml: ``` --- port: 4443 ssl: true pid: tmp/pids/faye.pid # daemonize: true ssl_key_file: certs/.key ssl_cert_file: certs/.crt environment:...
@gregmolnar thanks Greg. I have no idea what it could be. I have noticed however, when ssh'ing into the server and running `thin -C config/private_pub_thin.yml start` without the daemonized option,...
@aman199002 I'm also getting this problem in production. My SSL certificates work fine on the website. I noticed that the thin server returns `` when trying to use `PrivatePub.publish_to` in...
@aman199002 I managed to solve it! Just appended the contents of the `ca-bundle` to the `crt` file specified in the slim config