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

Missing SSL check parameter on Websocket Connector #545

Open
blackspherefollower opened this issue Nov 21, 2018 · 1 comment
Open

Missing SSL check parameter on Websocket Connector #545

blackspherefollower opened this issue Nov 21, 2018 · 1 comment

Comments

@blackspherefollower
Copy link
Contributor

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.

@qdot
Copy link
Member

qdot commented Nov 23, 2018

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.

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

2 participants