Websocket - wss support. #400
Unanswered
JadKHaddad-GS
asked this question in
Q&A
Replies: 1 comment 2 replies
-
wss requires security certificates to be available on the server. You need to pass certificates to poem server or SSL terminate on the proxy. If your SSL is on the proxy like nginx, then redirect to ws endpoint inside server or location parameters inside conf. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built a webapp using poem. Websocket connections work fine as log as I use "ws:{ hostname }". In production my app runs behind a reverse proxy that uses https, so that the Websocket connections are established using "wss:{ hostname }" and they fail. Do I have to make sure that poem supports wss or is it a reverse proxy problem that I can't fix?
Beta Was this translation helpful? Give feedback.
All reactions