How can I connect to Trino backend with self-signed SSL certificate? #4201
Unanswered
dmitry-irtegov
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am tryng to use Hue helm chart with Trino backend. The Trino server is using self-signed SSL certificate, so the connector (expectedly) displays the error about failed SSL handshake.
All suggestions I've found about getting around this issue involve setting environment variables (e.q. PYTHONHTTPSVERIFY=0) or mounting files to the Hue container (e.q. cert.crt of our Trino). Both are impossible with current Trino helm chart, at least with hue-1.0.3 we're trying to use.
Is there a way to disable SSL verification for Trino connector (similar to oidc_verify_ssl=false) without rewriting the chart or rebuilding the image?
Beta Was this translation helpful? Give feedback.
All reactions