ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

faye not working over https #130

Open manohar-nyros opened 6 years ago

manohar-nyros commented 6 years ago

Following this link https://github.com/ryanb/private_pub#serving-faye-over-https-with-thin I have configured my thin and faye server. When I run the server using thin -C config/private_pub_thin.yml start it is saying

Listening on 0.0.0.0:4443, CTRL+C to stop But when I hit the url in browser, "This page isn't working. didn't send any data." Please help me in this.

lmahendra commented 5 years ago

hello @manohar-nyros I am experiencing issues over https. find #132
If you could help me with it?