We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I cannot connect to a trino server that is behind a load balancer which will do the port forwarding to 8080
However On my VS code trino connector, I can connect by simply setting the HOST as https://query.example.com and leave the port blank.
Expected behavior
Can we not make the port mandatory ? and then allow Use SSL to simply connect directly over HTTPS
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Wren AI Information
Additional context N/A
Relevant log output N/A
The text was updated successfully, but these errors were encountered:
Could you try using port 80 ?
Sorry, something went wrong.
Yes i have tried that as well and it would not work. Our URL is just https://query.example.com if i used 443 as PORT that will fail as well
I have even tried to add a custom port on my trino endpoint and that too failed
Host : query.example.com Port : 443 Use SSL : Yes
This too failed
When i tried connecting to Trino using Metabase BI tool using https://github.com/starburstdata/metabase-driver it worked with the following settings
hmm, got it. Thanks for reporting. We'll look into this issue.
No branches or pull requests
Describe the bug
I cannot connect to a trino server that is behind a load balancer which will do the port forwarding to 8080
However On my VS code trino connector, I can connect by simply setting the HOST as https://query.example.com and leave the port blank.
Expected behavior
Can we not make the port mandatory ? and then allow Use SSL to simply connect directly over HTTPS
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Wren AI Information
Additional context
N/A
Relevant log output
N/A
The text was updated successfully, but these errors were encountered: