Tech note - running Query components through a proxy server
Overview
When running Query components through a proxy server, specific connection options must be set.
proxyserver=127.0.0.1proxyport=3128proxyautodetect=true
However, for certain Query components, other connection options must be set.
Open Exchange Rates Query
proxyserver=127.0.0.1proxyport=3128proxyautodetect=false
Salesforce Query
proxyserver=127.0.0.1proxyport=3128proxyautodetect=false
Cassandra Query
FirewallServer=127.0.0.1(instead ofproxyserver)FirewallPort=3128(instead ofproxyport)
MongoDB Query
FirewallServer=127.0.0.1(instead ofproxyserver)FirewallPort=3128(instead ofproxyport)
Redis Query
FirewallServer=127.0.0.1(instead ofproxyserver)FirewallPort=3128(instead ofproxyport)
LDAP Query
- Doesn't work through a proxy.
 
Please contact support if you require assistance.