buttplug-csharp
buttplug-csharp copied to clipboard
Missing SSL check parameter on Websocket Connector
The ButtplugWebsocketConnector(Uri aUri) constructor is missing the documented parameter boolean aIgnoreSSLErrors.
This is required to connect to SSL Webscocket based servers which use self-signed certs.
I was going to try to fix this for 0.3.2, but I've realized I'm not exactly sure what to do in order to bypass the cert check with the WebsocketListener client. That's going to take some extra work before I can add the parameter back in.