Kyle_Katarn31 0 Posted June 25, 2023 Hello, I'm using TsslHttpCli to connect from my app to my servers. What's the method to be used to check on client side if TLS 1.1, 1.2 or 1.3 is being used ? Thanks ! Share this post Link to post
Angus Robertson 574 Posted June 25, 2023 All the SSL demos illustrate this, it is reported in the Handshake event. You should be using TSslHttpRest when it is logged automatically. Angus Share this post Link to post