Use HTTP proxies
- Last Updated: January 26, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 24
Many of the DataDirect for JDBC drivers use the HTTPS protocol to communicate with the data source or other required systems. For instance, cloud-based data sources use HTTPS as the primary communication protocol between a driver and the data source. Additionally, some on-premises data sources may use HTTPS for certain features, even though they primarily use TCP-based protocol to communicate between the driver and data source. SQL Server, for example, primarily employs a TCP-based wire protocol, but uses HTTPS to fetch encryption keys used by the Transparent data encryption feature from SQL Server Azure.
-
ProxyHost
-
ProxyPort
-
ProxyUser
-
ProxyPassword
For additional information on configuring HTTP proxies, refer to the user's guide for your driver.