actix / actix-web

Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
https://actix.rs
Apache License 2.0
21.36k stars 1.66k forks source link

AWC SSL (OpenSSL) failure on certificate verification #2062

Open mvniekerk opened 3 years ago

mvniekerk commented 3 years ago

Expected Behavior

You connect to an https / wss endpoint with awc to start a websocket connection. When it is connected, you do websocket-y things.

Current Behavior

The connection panics on verification of certificates

Possible Solution

N/A

Steps to Reproduce (for bugs)

  1. git checkout https://github.com/mvniekerk/awc-ws-test
  2. JWT="" URL="wss://echo.wss-websocket.net" cargo run --bin awc-ws-test

Context

I can't connect to my HTTPS/WSS websocket servers

Your Environment

Ubuntu 20.04 macOS Big Sur

uwejan commented 1 year ago

I also have the same issue here. Is there a work-around? Thank you.