connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

How to use self signed cert with trino connection

Open EnguerranDev opened this issue 1 year ago • 2 comments

Trino do not accept basic authentication using http.

Using https it requires tls/ssl cert, the trino-python library circumvent this by using verify=false.

Is there a way to pass the verify=false as a parameter in the connection string or any other way to connect as the current documentation propose trino+https with the username and password in the connection string; this couldn't work.

Thanks a lot guys!

EnguerranDev avatar Jun 05 '24 12:06 EnguerranDev