在处理使用基本身份验证的代理服务器后面的远程工程时,您需要在 Talend Studio 中完成一些特定设置,以支持与远程 Talend Administration Center 的安全连接。
注: 本文档同时提供 HTTP 和 HTTPS 代理服务器的设置。您可以基于代理服务器的类型做出您自己的选择。
有关如何使用 SSL 配置与 Talend Administration Center 的安全连接,请参阅 Talend 帮助中心 上的如何配置 Talend Studio 与 Talend Administration Center 之间的连接 (https://help.talend.com)。
步骤
-
在 Talend Studio 中,从菜单中选择 ,以打开 Preferences (首选项) 窗口,展开 节点,并定义您的代理设置。
或者,如果您在使用
Talend CommandLine,则通过向 Studio 安装目录根目录下的
.ini 文件添加以下行来设置代理:
-Dhttp.proxySet=true
-Dhttp.proxyHost=<proxy_server_host>
-Dhttp.proxyPort=<proxy_server_port>
-Dhttp.nonProxyHosts=localhost
-Dhttp.proxyUser=<proxy_server_user>
-Dhttp.proxyPassword=<proxy_server_password>
-Dhttps.proxyHost=<proxy_server_host>
-Dhttps.proxyPort=<proxy_server_port>
-Dhttps.proxyUser=<proxy_server_user>
-Dhttps.proxyPassword=<proxy_server_password>
-
步骤如下:
结果
重新启动
Talend Studio 后,您将能通过使用基本身份验证的代理服务器连接到
Talend Administration Center。