Does websocket-client support WSS connections? #71
Unanswered
CheatSense
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello @TenaciousCraig , should be working, definitely using it in my projects. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I can see in the examples that you've used the wss:// URI pattern. Using websocket-client, when I try to connect to our working secure websocket server (node ws) the client simply waits and doesn't connect, without error.
I works perfectly in non WSS usage.
Is there something I need to do to enable this to work with secure ws servers, I don't see anything in the readme that gives me a clue what I am missing?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions