Verify tls version used from Client side #2589
Unanswered
som-nitjsr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I would recommend inspecting the outgoing request via a tool like fiddler or .NET tracing. Stack Overflow question on this topic |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From aspnet core 3.1 Linux container hosted in aks I am calling azure sql server and azure key vault. can u tell me how I can prove my client is using tls1.2 while on azure sql server tls 1.0 1.1 and 1.2 in enabled. On Azure Sql server i have not enabled minimum tls version.
Azure Key vault does not support minumum tls version..
I am using entity framework core 3.1.
i want verification from client side.
I need this for my audit.
I am able to see in /etc/ssl/openssl.config
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=2
Is this enough to say that my container is using tls 1.2 to connect azure sql server and azure key vault.
Beta Was this translation helpful? Give feedback.
All reactions