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
I've been trying to run the example for the websocket client, but unfortunately, I keep getting the following error:
thread 'tokio-runtime-worker' panicked at 'Failed to connect to wss://ws-feed.exchange.coinbase.com, error: TLS error: webpki error: MissingOrMalformedExtensions', C:\Users\jsvanv\.cargo\registry\src\github.com-1ecc6299db9ec823\crypto-ws-client-4.12.6\src\common\ws_client_internal.rs:76:22
I get the same error on another Windows 10 machine. I've tried a small variety of exchanges and symbols, but webpki always complains.
Exchanges tried: Binance, Kraken, Coinbase Pro Symbols tried: ETHUSDT, ETHUSD, BTCUSDT, BTCUSD OS: Windows 10 64-bit Targets: x86_64-pc-windows-gnu and x86_64-pc-windows-msvc Rust version: 1.64.0
The text was updated successfully, but these errors were encountered:
I don't have a Windows laptop, so this issue might need to wait
Sorry, something went wrong.
No branches or pull requests
I've been trying to run the example for the websocket client, but unfortunately, I keep getting the following error:
thread 'tokio-runtime-worker' panicked at 'Failed to connect to wss://ws-feed.exchange.coinbase.com, error: TLS error: webpki error: MissingOrMalformedExtensions', C:\Users\jsvanv\.cargo\registry\src\github.com-1ecc6299db9ec823\crypto-ws-client-4.12.6\src\common\ws_client_internal.rs:76:22
I get the same error on another Windows 10 machine. I've tried a small variety of exchanges and symbols, but webpki always complains.
Exchanges tried: Binance, Kraken, Coinbase Pro
Symbols tried: ETHUSDT, ETHUSD, BTCUSDT, BTCUSD
OS: Windows 10 64-bit
Targets: x86_64-pc-windows-gnu and x86_64-pc-windows-msvc
Rust version: 1.64.0
The text was updated successfully, but these errors were encountered: