mssql-jdbc-14.4.2.jre8 TLSv1.3 #2312
Closed
ovidiugugila
started this conversation in
General
Replies: 1 comment
-
This is a duplicate of #2313. Any discussion for this issue will take place on that page. |
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
-
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