-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Using rustls
v22 and greater with quinn
#1795
Comments
I suspect #1715 would resolve my issue but I am looking for a workaround in the meantime if possible! |
Look at the examples from any Git tags? |
In general Quinn does not and will not support rustls 0.22. It will support rustls 0.23 after #1715 lands. If you want to get something working today, you can either use released Quinn with rustls 0.21 or try to make a git dependency work with rustls 0.23 (but I will be force-pushing to the #1715 branch, so it's not a very stable target right now). |
Thanks for the guidance! |
The documentation shows an example of how to integrate
rustls
with quinn:However, the API for
rustls
has slightly changed and this example no longer seems to work:Error:
Any help with resolving this would be greatly appreciated!
The text was updated successfully, but these errors were encountered: