IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Windows can't run integration tests with tls-rustls or tls-default features #162

Closed clintfred closed 4 years ago

clintfred commented 4 years ago

This was discovered on CI.

To reproduce (on windows):

Both of these should work as rustls is pure rust and the default should use the windows TLS implementation.

Workaround for now is to use tls-vendored-openssl cargo test --features tls-vendored-openssl --no-default-features

Once we have validated that all TLS combinations work, we should update CI to use the windows native (default) TLS as that is what what most Windows applications would probably want.