ryanb / private_pub

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

Connection refused error - faye port 9292 #133

Open juansneak opened 2 years ago

juansneak commented 2 years ago

I have a ruby app hosted in Digital Ocean and chat messages have been working correctly for a long time. However, around 1 and a half month ago it stopped working and I got an error on the console that says: GET https://fake-url.com:9292/faye/faye.js net::ERR_CONNECTION_REFUSED

In order to try to solve this I did the following:

I wonder if this has something to do with the expired Let’s Encrypt Root Certificate (https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021). I believe this because I think my chat messages application stoped working on October 1st. Also I had other problems related to this expired certificate