Replies: 1 comment 1 reply
-
With puma-dev, you don't need to run AnyCable-Go with SSL enabled (that's the responsibility of the proxy), i.e. the scheme must be as follows: https://blah-cable.company.test -> ws://localhost:8081/cable (or `echo "8081" > ~/.puma-dev/blah-cable) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I wonder if I can get some idea on how to progress, we've been running our applications locally with SSL using puma-dev for sometime now. It make sense to us to use https://blah.company.test even locally as we run multiple applications sharing the same cookie domain, etc. So we mirror our staging / production environment. Anyway. This means when it comes to running anycable we have say
so I'd expect to have something like.
However, I get
Ok I think that's because I need anycable-go to act as an SSL endpoint too. So I'm running.
Still WebSocket connection is failing. I'm not sure how to proceed with this. In production this is going to be fine because it will be behind Nginx so I can cope with that but in development it currently doesn't seem possible. Any thoughts?
Many thanks
RobL
Beta Was this translation helpful? Give feedback.
All reactions