This is an automated email from the ASF dual-hosted git repository.

isapego pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new c257f5ae581 IGNITE-25845 SSL support for ODBC Driver (#6202)
c257f5ae581 is described below

commit c257f5ae581aecaa2cd7df5821e8a82b0e4dca15
Author: jinxxxoid <[email protected]>
AuthorDate: Tue Sep 23 13:02:57 2025 +0400

    IGNITE-25845 SSL support for ODBC Driver (#6202)
    
    Co-authored-by: Igor Sapego <[email protected]>
---
 .../developers-guide/sql/odbc/connection-string.adoc     | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/docs/_docs/developers-guide/sql/odbc/connection-string.adoc 
b/docs/_docs/developers-guide/sql/odbc/connection-string.adoc
index 2746e033c55..94ce0f7ce39 100644
--- a/docs/_docs/developers-guide/sql/odbc/connection-string.adoc
+++ b/docs/_docs/developers-guide/sql/odbc/connection-string.adoc
@@ -70,6 +70,22 @@ This argument value is ignored if `ADDRESS` argument is 
specified.
 |Number of rows returned in response to a fetching request to the data source. 
Default value should be fine in most cases. Setting a low value can result in 
slow data fetching while setting a high value can result in additional memory 
usage by the driver, and additional delay when the next page is being retrieved.
 |`1024`
 
+|`SSL_MODE`
+|Determines whether the SSL connection should be negotiated with the server. 
Use `require` or `disable` mode as needed.
+|`disable`
+
+|`SSL_KEY_FILE`
+|Specifies the path to the file containing the SSL server private key.
+|None.
+
+|`SSL_CERT_FILE`
+|Specifies the path to the file containing the SSL server certificate.
+|None.
+
+|`SSL_CA_FILE`
+|Specifies the path to the file containing the SSL server certificate 
authority (CA).
+|None.
+
 |=======================================================================
 
 == Connection String Samples

Reply via email to