isapego commented on code in PR #6202: URL: https://github.com/apache/ignite-3/pull/6202#discussion_r2194292896
########## 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. +|None. Review Comment: Default is 'disable' ########## 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. +|None. + +|`SSL_KEY_FILE` +|Specifies the name of the file containing the SSL server private key. Review Comment: ```suggestion |Specifies the path to the file containing the SSL server private key. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org