Replies: 2 comments 4 replies
-
@bhvkshah appreciate your input on this! |
Beta Was this translation helpful? Give feedback.
-
Hi @daksha121 . You are correct - the proxyHost and proxyPort settings are fetched from environment variables. The JDBC driver does not currently support setting these via connection properties. However, you can also add the following parameters to your client application JVM (Java virtual machine) options: -Dhttp.useProxy=true These are used for authentication via IAM connection (STS and Redshift Coral API uses https) and IDP auth. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to pass the proxyHost and proxyPort settings to the JDBC driver? I see something supported for ODBC driver here, but couldn't find it for JDBC. I see that the current implementation reads these properties from environment variables but we have other HTTP traffic that we don't want to use the proxy for.
Beta Was this translation helpful? Give feedback.
All reactions