DisableSocksProxy
- Last Updated: May 2, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Snowflake 6.0
- TeamCity 6.0
- Documentation
Purpose
Specifies whether the driver should ignore the SOCKS proxy configuration specified in the Java system options (if any). Setting this connection property alters the behavior of all the connections on the same JVM.
Valid Values
true | false
Behavior
If set to false, the driver uses the SOCKS proxy.
If set to true, the driver ignores the SOCKS proxy.
Notes
This property is used when you want the driver to ignore the existing Java proxy configuration on your client for Snowflake connections.
Data Source Methods
public Boolean getDisableSocksProxy()
public void setDisableSocksProxy(Boolean)
Default Value
false
Data Type
Boolean