rust-eventsource-client icon indicating copy to clipboard operation
rust-eventsource-client copied to clipboard

build: add native-tls integration

Open davehorner opened this issue 10 months ago • 2 comments

I'm having trouble on windows with ring. this works if you specify

cargo run --example tail --features=
native-tls --no-default-features -- http://127.0.0.1:3030/test

https://github.com/briansmith/ring/pull/2416

davehorner avatar Feb 20 '25 14:02 davehorner

Thank you for your contribution. I have filed this internally as SDK-1111 and will try to get SDK engineer to discuss and review this.

louis-launchdarkly avatar Mar 07 '25 01:03 louis-launchdarkly

Cool, what I have isn't the complete solution. I was having some issue with running samples or something. I remember that subsequent builds were a problem...default features and what not. the work of this is trying to understand the best way to configure the features so that we don't cause issues for others and enable this feature selection for people who need/prefer it.

davehorner avatar Mar 07 '25 01:03 davehorner