Option allow_self_signed allows certificate errors due to an unknown certificate authority, typically when using a self-signed certificate. Option allow_hostname_mismatch allow certificate errors due to a mismatch of the hostname. (e.g., when connecting through an SSH tunnel). Example adbc.spark.tls_options=allow_self_signed
Add connection property with TLS/SSL options.
Options allow ignoring of server certificate errors typically due to self-signed certificates and SSH tunneling.
adbc.spark.tls_options
Allowed values:
allow_self_signed
,allow_hostname_mismatch
.Option
allow_self_signed
allows certificate errors due to an unknown certificate authority, typically when using a self-signed certificate. Optionallow_hostname_mismatch
allow certificate errors due to a mismatch of the hostname. (e.g., when connecting through an SSH tunnel). Exampleadbc.spark.tls_options=allow_self_signed