定义到其它应用的 SSL 连接 - 8.0

Talend安装指南

Version
8.0
Language
中文(简体)
Operating system
Windows
Subscription type
订阅
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend Log Server
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
安装和升级
Last publication date
2022-10-30

Talend Administration Center 中配置到其它应用的安全连接(SSL/TLS)时,您需要在 configuration.properties 文件中指定 keystore.pathkeystore.passwordtruststore.pathtruststore.password 参数。

如您在以前的版本中使用了安全连接,且之前未指定这些参数,请将正确的证书导入到 keystore 和 truststore,并在 configuration.properties 文件中指定 keystore.pathkeystore.passwordtruststore.pathtruststore.password 参数。

步骤

  1. 停止 Tomcat 服务器。
  2. 打开以下文件:
    <ApplicationPath>\WEB-INF\classes\configuration.properties
  3. 取消注释并编辑以下行,以定义您的密钥库路径、密钥库密码、信任库路径和信任库密码:
    #keystore.path=c://keystore
    #keystore.password=changekeystorepass
    #truststore.path=c://truststore
    #truststore.password=changetruststorepass
  4. 保存您的更改并重新启动您的 Tomcat 服务器。
    密码被 Talend Administration Center 读取后,将被替换为加密的密码。