-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mssql-jdbc-14.4.2.jre8 TLSv1.3 #2313
Comments
you can try to start your application with |
Your fix is valid, I tried it....but I want to know if it is a similar fix to the mssql-jdbc driver level. |
Hi @ovidiugugila, This depends on the JDK you're using. If you are using SAP JVM, for example, then setting to TLSv1.3 will include TLSv1.2 and below (we can't change this). This behavior can be seen on our wiki page here. If the correct behavior is not happening with
|
Hi @ovidiugugila, Does this resolve your issue? Let us know if you require further information or assistance. Without further communication, we'll assume the issue is resolved and mark it as closed. |
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?
The text was updated successfully, but these errors were encountered: