We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm using this code:
BinaCPP_websocket::init(); BinaCPP_websocket::connect_endpoint(ws_depth_onData ,"/ws/!bookTicker"); BinaCPP_websocket::enter_event_loop();
That's the error I get: [2021/05/14 22:28:31:3827] N: LWS: 4.1.6-, loglevel 7 [2021/05/14 22:28:31:3838] N: NET CLI SRV H1 H2 WS IPV6-on [2021/05/14 22:28:32:0550] E: SSL error: unable to get local issuer certificate (preverify_ok=0;err=20;depth=1)
Any ideas why?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm using this code:
That's the error I get:
[2021/05/14 22:28:31:3827] N: LWS: 4.1.6-, loglevel 7
[2021/05/14 22:28:31:3838] N: NET CLI SRV H1 H2 WS IPV6-on
[2021/05/14 22:28:32:0550] E: SSL error: unable to get local issuer certificate (preverify_ok=0;err=20;depth=1)
Any ideas why?
The text was updated successfully, but these errors were encountered: