wsc icon indicating copy to clipboard operation
wsc copied to clipboard

Added option for allowing self-signed certificate

Open adam-golab opened this issue 7 years ago • 2 comments

Currently, the attempt to connect to the WebSocket server encrypted with self-signed certificate causes an error:

Error: self signed certificate

This pull request fixes it by adding -a (--allow-unauthorized) flag.

It will be useful for testing secured WebSocket servers during the development process.

adam-golab avatar Feb 25 '18 14:02 adam-golab

Brilliant! Please merge this! :)

TheWildHorse avatar May 16 '18 07:05 TheWildHorse

This would be very helpful

js-kyle avatar Apr 08 '19 21:04 js-kyle