You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #50274 [HttpClient] Add option crypto_method to set the minimum TLS version and make it default to v1.2 (nicolas-grekas)
This PR was merged into the 6.3 branch.
Discussion
----------
[HttpClient] Add option `crypto_method` to set the minimum TLS version and make it default to v1.2
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
Idea borrowed from async-aws/aws#1402 by `@GrahamCampbell`
Note that Firefox/Chrome disabled support for TLS < 1.2 in 2020 and TLSv1.2 is available since 2008.
Commits
-------
a9f25a15ea [HttpClient] Add option `crypto_method` to set the minimum TLS version and make it default to v1.2
0 commit comments