Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Problem with TLS Cert #46

Open
1 of 4 tasks
carmas123 opened this issue Jul 25, 2018 · 5 comments
Open
1 of 4 tasks

Problem with TLS Cert #46

carmas123 opened this issue Jul 25, 2018 · 5 comments
Assignees
Labels

Comments

@carmas123
Copy link

Submitting

  • Bug
  • Question
  • Suggetion
  • Other

hi, I've a problem when use ClusterWS in secure mode.
I've a NodeJS server with ClusterWS that handle the Ws request and on it I configure my cert but when I try to connect from client I got always this error:
failed: Error during WebSocket handshake: net::ERR_SSL_PROTOCOL_ERROR

@goriunov
Copy link
Member

I believe it is a problem with uws module on the server it seems like it does not work with latest versions of node js. i was planning to change the driver to be able to run on node js 10 and 9 properly. Check this issue for more information ClusterWS/ClusterWS#94

@carmas123
Copy link
Author

Mmm....this is a very big problem for me :( I've based my app on ClusterWS and after development I found this problem for production ready...I'm very frustrated...however thanks for your reply...

@goriunov
Copy link
Member

goriunov commented Jul 25, 2018

You can use it for now in node 8.11 it is LTS version hopefully new uws version should fix it also i am looking in to adding param from driver so you will be bale to replace uws with ws if needed. Unfortunately it is problem with uws which i also dont like, developer now is working on version 0.15 (not sure when he will be able to release it).

@carmas123
Copy link
Author

Ok I try it, thank you

@goriunov goriunov added the bug label Oct 18, 2018
@goriunov goriunov self-assigned this Oct 18, 2018
@goriunov
Copy link
Member

Hopefully should be resolved in version 4.0 (not sure 100%)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants