Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> Get the Client-Side TLS ?
Full Version:
Get the Client-Side TLS ?
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
JohnnyCoffee
Nov-30-2021, 04:10 PM
Does anyone know how I can capture the client’s TLS using the ssl module, because I need to be able to negotiate the TLS version to be used in an SSL connection ?
Larz60+
Nov-30-2021, 10:49 PM
see:
https://docs.python.org/3/library/ssl.html
which has some example code.
also take a look at:
https://stackoverflow.com/a/50538143
which is a good response to a similar question
Python Forum
>
Python Coding
>
General Coding Help
> Get the Client-Side TLS ?