-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Breaking changes] Update rustls from 0.21 to 0.23 #125
Comments
|
updated |
hyperium/h3#238 was merged. |
@yerke Thanks! Now waiting for the release of |
Almost done in the draft PR #156. In my environment, it works flawlessly. Moreover, in the PR, we completely redefined the certificate manager as a separated crate that can support multiple types of certificate sources in addition to the static files in the current version. Thus in the future, we can extended the function of the cert manager to support other types of certificate management, e.g., ACME-based dynamic fetching of certificates. NOTE: |
Resolved by #126 |
rpxy
heavily relies onrustls
and its dependents. to upgraderpxy
, we need to wait for updates of the following crates based on rustls.- [x] hyper-rustls (waiting for rustls/hyper-rustls#234 with hyper-1.0 support, alternative: hyper-tls could be workaround)The text was updated successfully, but these errors were encountered: