Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
clintfred opened this issue Jun 9, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@clintfred
Copy link
Contributor

This was discovered on CI.

To reproduce (on windows):

  • cargo test --features tls-rustls --no-default-features
  • cargo test (default features)

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.

@clintfred clintfred added the bug Something isn't working label Jun 9, 2020
@giarc3 giarc3 self-assigned this Jun 11, 2020
@giarc3 giarc3 added this to the 2020-06-19 milestone Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants