Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSS Compatibility #52

Closed
fcabrera23 opened this issue Aug 23, 2017 · 7 comments
Closed

WSS Compatibility #52

fcabrera23 opened this issue Aug 23, 2017 · 7 comments

Comments

@fcabrera23
Copy link

Hi im trying to connect like this : wscat -c wss://webgistesting.snig.gub.uy:8734/WebSocketsServer -p 13

However get this error: error: Error: unable to verify the first certificate

@lpinca
Copy link
Member

lpinca commented Aug 23, 2017

Sounds like an issue with server configuration. Does https://www.ssllabs.com/ssltest/ reports any error?

@lpinca
Copy link
Member

lpinca commented Nov 21, 2017

Closing due to inactivity.

@lpinca lpinca closed this as completed Nov 21, 2017
@DeviceWeb
Copy link

I have the same issue, when using a self-signed certificate in my server. Is there a way to tell wscat to accept the certificate even when it cannot be verified?

@SephVelut
Copy link

Same issue with self signed certificate error: self signed certificate

@rounakcodes
Copy link

rounakcodes commented May 8, 2021

insecure way: NODE_TLS_REJECT_UNAUTHORIZED=0 wscat ...

@jwh-hutchison
Copy link

Same issue with self signed certificate error: self signed certificate

@dkackman
Copy link

I've found --no-check works with self signed certs.

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

No branches or pull requests

6 participants