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

How to customize multiple TLS versions? #144

Closed
dslchd opened this issue Aug 20, 2024 · 2 comments
Closed

How to customize multiple TLS versions? #144

dslchd opened this issue Aug 20, 2024 · 2 comments

Comments

@dslchd
Copy link

dslchd commented Aug 20, 2024

Hello everyone, I want the server to support TLS 1.2, TLS 1.3 at the same time, which API should I use, or what method should I use to make the service support multiple versions of TLS at the same time?

I didn't find any workaround from the example.

@daxpedda
Copy link
Collaborator

daxpedda commented Aug 20, 2024

Could you enable Rustls tls12 and see if that solves your problem?

Maybe we should consider enabling this by default as well (rustls does it) with tls-rustls.
EDIT: Indeed, #130 addresses this.

@dslchd
Copy link
Author

dslchd commented Aug 21, 2024

Could you enable Rustls tls12 and see if that solves your problem?您可以启用Rustls tls12看看是否能解决您的问题?

Maybe we should consider enabling this by default as well (rustls does it) with tls-rustls.也许我们应该考虑使用tls-rustls默认启用此功能( rustls就是这样做的)。 EDIT: Indeed, #130 addresses this.编辑:确实, #130 解决这个问题。
Thank you very much for your answer, I'm going to go and look into your suggestion

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

No branches or pull requests

2 participants