Support for wss #361
Unanswered
Ancient-Dragon
asked this question in
Q&A
Replies: 2 comments 1 reply
|
My team is only running in wss mode and have never gotten this to work. We've wasted quite a bit of time on this at this point. Am I to understand that wss just flat out doesn't work? |
0 replies
|
I'm not familiar with your exact configuration to understand what you're running into. We never expose the Java application directly but instead use a setup where we have a webserver like Nginx in front of our Java app. Nginx is responsible for the SSL connection including the wss part. All traffic is forwarded to the non-SSL counterpart of the Java app. This works fine in our case. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I'm looking to use subscriptions in my application, this works locally, but as soon as I put this up into different environments which require things like https etc. I am unable to get subscriptions work. If I use the ws I get an error from chrome etc saying that https to unsecure web sockets is depreciated (understandable). However, when I try to use wss I get a 404? What have other people done to handle this?
Thanks.
All reactions