birschick-bq opened a new pull request, #2188: URL: https://github.com/apache/arrow-adbc/pull/2188
Add connection property with TLS/SSL options. Options allow ignoring of server certificate errors typically due to self-signed certificates and SSH tunneling. | Property | Description | Default | | :--- | :--- | :--- | | `adbc.spark.tls_options` | Comma-separated list of TLS/SSL options. Each option indicates the TLS/SSL option when connecting to a Spark server. <br><br>Allowed values: `allowinvalidcertificate`, `allowinvalidhostnames`. <br><br>Option `allowinvalidcertificate` ignores certificate error due to missing certificate authority (typically when using a self-signed certificate). Option `allowinvalidhostnames` ignores certificate error due to a mismatch of the hostname. (e.g., when connecting through an SSH tunnel). Example `adbc.spark.tls_options=allowinvalidcertificate` | | -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
