Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWebsocket connection issues with Glowing Bear #12070
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having trouble connecting with Glowing Bear. It's a secure websocket connection. The endpoint is proxied behind nginx using the same certificate as my website, https://4z2.de (same nginx instance, same configuration). The server receives the connection and replies to switch protcols (Connection: Upgrade, Upgrade: websocket). Then nothing happens, it just hangs. A websocket error is thrown if I close the connection from the server.
Glowing Bear is hosted on GitHub: https://github.com/glowing-bear/glowing-bear - the linked instance above is running the master branch. It works in every browser I have tested that supports websockets.
Others have reported that they can connect (to their servers), I'm not sure what's different about my setup. @torhve can you comment maybe?