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

SSL connection Issue #110

Open
fred-dev opened this issue Apr 1, 2020 · 0 comments
Open

SSL connection Issue #110

fred-dev opened this issue Apr 1, 2020 · 0 comments

Comments

@fred-dev
Copy link

fred-dev commented Apr 1, 2020

I have been testing a few different websocket servers and some functionality with this addon. I can connect to external servers as long as they don't use SSL.
For example connecting with a client like so:
client.connect("wss://echo.websocket.org", true);
results in:
[1585755136:2758] ERR: server's cert didn't look good, X509_V_ERR = 20: error:00000014:lib(0):func(0):SSL lib

I am actually trying to connect to connect with Websocket.IN, I am not sure if the errors are related.
Websocket.IN have a test server - here
If I try enter the test server (I think these get regenerated so the demo API key may be expired)
but calling:

client.connect("wss://connect.websocket.in/v3/1?apiKey=oCdCMcMPQpbvNjUIzqtvF1d2X2okWpDQj4AwARJuAgtjhzKxVEjQU6IdCjwm", true);

I just get client connection failed

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

1 participant