Proxy server properties
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
The following table summarizes connection properties which can be used to connect through a proxy server.
| Property | Characteristic |
|---|---|
| ProxyHost | Identifies a proxy server to use for the first connection. |
| ProxyPassword | Specifies the password needed to connect to a proxy server for the first connection. |
| ProxyPort | Specifies the port number where the proxy server is listening for HTTP or HTTPS requests for the first connection. |
| ProxyUser | Specifies the specifies the user name needed to connect to a proxy server for the first connection. |