0

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!

iianma
  • 1
  • 1
    Maybe this SO question can give you more information: [https://stackoverflow.com/questions/48589590/which-tls-version-was-negotiated/48675492](https://stackoverflow.com/questions/48589590/which-tls-version-was-negotiated/48675492) – Joest Jul 29 '20 at 09:47
  • Thank you, but i need to log the data from the HttpRequest that reaches my controller (or Global.asax) – iianma Jul 29 '20 at 10:05

0 Answers0