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
@@ -1254,7 +1254,7 @@ This is the name of the database container in the server you are connecting to.<
1254
1254
<entry>File that holds root certificates (in PEM format) to verify server certificate, used during an encrypted connection.
1255
1255
If not specify or empty any certificate will be accepted from server.
1256
1256
If you specify <literal>system</literal> &freetds; will use system wide certificate list.
1257
-
If a certiticate is not installed server can generate a self signed certificate, in this case is useful to disable certificate validation (which is the default).
1257
+
If a certificate is not installed server can generate a self signed certificate, in this case is useful to disable certificate validation (which is the default).
1258
1258
Note that is not possible to specify a directory as usually database servers does not use a certificate signed by a public global certification authority.
1259
1259
</entry>
1260
1260
</row>
@@ -2044,6 +2044,17 @@ The ODBC tests all build their own <filename>odbc.ini</filename> and try to redi
2044
2044
<entry>Specify encryption.
2045
2045
Similar to encryption on &freetdsconf; but Microsoft compatible.</entry>
<entry>File that holds root certificates (in PEM format) to verify server certificate, used during an encrypted connection.
2052
+
If not specify or empty any certificate will be accepted from server.
2053
+
If you specify <literal>system</literal> &freetds; will use system wide certificate list.
2054
+
If a certificate is not installed server can generate a self signed certificate, in this case is useful to disable certificate validation (which is the default).
2055
+
Note that is not possible to specify a directory as usually database servers does not use a certificate signed by a public global certification authority.
0 commit comments