Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(csharp/src/Drivers/Apache/Spark): add option to ignore TLS/SSL certificate exceptions #4

Closed
wants to merge 65 commits into from

Conversation

birschick-bq
Copy link
Owner

Adds option to ignore TLS/SSL certificate errors.

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.

Allowed values: allowinvalidcertificate, allowinvalidhostnames.

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

@birschick-bq birschick-bq changed the base branch from dev/birschick-bq/data-type-conv-scalar to main September 25, 2024 18:32
birschick-bq added a commit that referenced this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant