apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.

Home Page:https://seatunnel.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set tls_verify_certificate = false in JDBC connection

sanjaychitransh opened this issue · comments

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