Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tls: use auto-negotiated highest version (#3007)
Specific TLS versions are deprecated in latest Python, which causes test failures due to treating deprecation errors as warnings. Luckily, the fix here is straightforward: we can eliminate some custom version selection logic by using `PROTOCOL_TLS_CLIENT`, which is the recommended method and will select the highest TLS version supported by both client and server. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
- Loading branch information