ProxyPort
- Last Updated: June 28, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the port number where the proxy server is listening for HTTP or HTTPS requests for the first connection.
Valid Values
port
where:
- port
- is the port number on which the proxy server is listening. Contact your system administrator to obtain the correct port.
Data Source Method
setProxyPort
Default
0 which means that the default value is
determined by whether the value specified for the ProxyHost property is an HTTP or HTTPS
URL.
For HTTP: 80
For HTTPS: 443