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.
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!