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