mssql-jdbc-14.4.2.jre8 TLSv1.3 #2315
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, everyone,
I've the following scenario.
I recently had a scenario in my app where is required to use TLSv1.3 in my client-server communication.
I use SQL Management Studio 2022 in order to use TLSv1.3 and as client I use a java client. My problem is the following:
I already set the sslProtocol=TLSv1.3;encrypt=strict;trustServerCertificate=false; in my connection url.
Is any way to force the Client side to use the TLSv1.3 only?
Beta Was this translation helpful? Give feedback.
All reactions