Open EverlastingBugstopper opened 4 years ago
@wiomoc or @housleyjk do either of you have some time to help with this?
I remember having some issues on macOS back then, for that reason I created https://github.com/kornelski/rust-security-framework/pull/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 😄