JDBC Driver for TigerGraph

Build 23.0.8839

ProxyAutoDetect

This indicates whether to use the system proxy settings or not.

Data Type

bool

Default Value

false

Remarks

This takes precedence over other proxy settings, so you'll need to set ProxyAutoDetect to FALSE in order use custom proxy settings.

NOTE: When this property is set to True, the proxy used is determined as follows:

  • The driver performs a search from the JVM properties (http.proxy, https.proxy, socksProxy, etc.).
  • In the case that the JVM properties don't exist,, the driver performs a search in java.home/lib/net.properties.
  • In the case that java.net.useSystemProxies is set to True, the driver performs a search in the SystemProxy.
  • On Windows, the proxy settings are read from the Internet Options in the registry, specifically the registry key HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\. On Windows 10 and later, this corresponds to the Proxy Settings found in the Windows Settings.
    • Note that these settings apply only to the current user of the machine. If you're running an application as a service, the driver will not read your own user's settings. You must instead manually supply the proxy settings in the driver's connection properties.

To connect to an HTTP proxy, see ProxyServer. For other proxies, such as SOCKS or tunneling, see FirewallType.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839