How to verify I'm now using TLS 1.2

I believe I’ve modified my .NET app to now use TLS 1.2 and above automatically. It’s using .NET Framework 4.7.2 and the server O/S supports TLS 1.2. But how can I verify the app is actually using 1.2? I don’t want to be caught on March 22nd with a non-working app and a bunch of calls from angry users. Auth0 sent an email warning about the problem, so how did you know? Is there a method or tool available to check which TLS version is actually being used?

Hi @boggs,

Welcome to the Community!

You should be able to see what type of connection you have in the browser in the security tab of Chrome dev tools: Chrome DevTools - Chrome Developers

1 Like

Hi guys,
could you please tell me how to verify that in case of native desktop application?
Can Auth0 provide us with any sandbox to check if the apps survive after March 22nd?

You can probably use fiddler to check this. See here.

Definitely scary not having any provided way to fully verify before the 22nd though.

1 Like

Thank you for the suggestion. I think I will try that.

Thank you Stephanie, that was the simple exact answer I needed.

1 Like