i need to know if there is an easy way to get the SSL/TLS version that is being used in HtppRequest.
I have tried to get if there is a property or if i can get the raw data (the info about the connection), but I didn't find anything.
I need to log the Tls or ssl version that was negotiated during HandShake. Thank you!