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

v0.63.0 fails if openssl is missing #567

Closed
prabirshrestha opened this issue Dec 16, 2023 · 5 comments · Fixed by #643
Closed

v0.63.0 fails if openssl is missing #567

prabirshrestha opened this issue Dec 16, 2023 · 5 comments · Fixed by #643

Comments

@prabirshrestha
Copy link
Contributor

Issue is back. Seems like due to hyper-tls it now requires openssl.

salvo = { version = "0.63.0", features = ["affix", "basic-auth", "cookie", "compression", "caching-headers", "logging", "jwt-auth", "oapi", "proxy", "serve-static"] }
cargo why openssl
helloworld -> salvo -> salvo-jwt-auth -> hyper-tls -> native-tls -> openssl
helloworld -> salvo -> salvo-jwt-auth -> hyper-tls -> tokio-native-tls -> native-tls -> openssl
helloworld -> salvo -> salvo-proxy -> hyper-tls -> native-tls -> openssl
helloworld -> salvo -> salvo-proxy -> hyper-tls -> tokio-native-tls -> native-tls -> openssl
@chrislearn
Copy link
Member

hyper-rustls not updated for hyper 1.0. We have to wait.

@prabirshrestha
Copy link
Contributor Author

Here is the PR. rustls/hyper-rustls#232

@prabirshrestha
Copy link
Contributor Author

Seems like new version with hyper 1.0 has been released. https://github.com/rustls/hyper-rustls/releases/tag/v%2F0.26.0

@prabirshrestha
Copy link
Contributor Author

prabirshrestha commented Jan 15, 2024

Is it possible to release a new version?

@chrislearn
Copy link
Member

released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants