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

how to set tls_verify_certificate = false in JDBC connection #6805

Open
2 of 3 tasks
sanjaychitransh opened this issue May 7, 2024 · 0 comments
Open
2 of 3 tasks

Comments

@sanjaychitransh
Copy link

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

Hi Team ,
I am using
tls_verify_certificate = false
tls_verify_hostname = false
In JDBC to change SSl property in JDBC presto .please find my configuration file as below


env {

execution.parallelism = 1
job.mode = "BATCH"
}

source {

jdbc {
url = "jjdbc:presto://xxxxxxxx.xxxxxx.xxxx.com:8443/mysql/seasink"
driver = "io.prestosql.jdbc.PrestoDriver"
user = "padmin"
password = "Adm1n##"
tls_verify_certificate = false
tls_verify_hostname = false
query = "Select id, name from mysql.seasink.pet2"
}

}

transform {

}

sink {
Console {

           }

}

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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

No branches or pull requests

1 participant