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 ?
Get the Client-Side TLS ?
|
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 ?
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 |
|