You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the closing of #202 came support for native-tls. This is great because my use case requires cross-platform builds and native-tls fits that requirement very nicely.
Unfortunately I'm having a rough time migrating this example to using native-tls.
I've been able to get it to build, but when I run the process, I get this error:
[2019-12-17T21:55:22Z ERROR ws::handler] WS Error <Internal>: Failed to upgrade client to SSL: the handshake process was interrupted
I remember having some issues on macOS back then, for that reason I created kornelski/rust-security-framework#63. I seams like that change didn't made the way into ws-rs yet, so try updating native-ssl
With the closing of #202 came support for
native-tls
. This is great because my use case requires cross-platform builds andnative-tls
fits that requirement very nicely.Unfortunately I'm having a rough time migrating this example to using native-tls.
I've been able to get it to build, but when I run the process, I get this error:
The relevant diff can be found here.
If I get this working I would love to submit a PR that adds this example to the docs!
Thanks so much for your help on this 😄
The text was updated successfully, but these errors were encountered: