Replies: 1 comment
-
DriverManager.getConnection(url, userName, password); use this api to pass basic access authentication |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm trying to use the JDBC driver to get connected to presto, but when I run the process I get:
Error Cause java.io.UncheckedIOException: java.io.IOException: Failed to authenticate with proxy
I see in the documentation we can pass the property httpProxy but no how to pass authentication to it.
Hope someone can give me some insights. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions