You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: presto-docs/src/main/sphinx/connector/sqlserver.rst
+41-2Lines changed: 41 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ Connection security
29
29
30
30
The JDBC driver and connector automatically use Transport Layer Security (TLS) encryption and certificate validation. This requires a suitable TLS certificate configured on your SQL Server database host.
31
31
32
+
.. note::
33
+
34
+
Starting from release 0.292, the default value of ``encrypt`` has changed from ``false`` to ``true``.
35
+
32
36
To disable encryption in the connection string, use the ``encrypt`` property:
Refer to `setting the connection properties <https://learn.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver16>`_ from the Microsoft official documentation.
0 commit comments