How to configure SSH/SCP and Tomcat tasks to use SOCKS proxy server
Purpose
SSH/SCP and Tomcat tasks do not use HTTP/HTTPS proxy for outbound connections.
Solution
Use the following Java option to connect to SOCKS proxy server for outbound connections:
-DsocksProxyHost=proxyServerHostname -DsocksProxyPort=socksPort
Last modified on Feb 27, 2019
Powered by Confluence and Scroll Viewport.