Connection issue to Talend Administration Center behind a reverse proxy (HTTPS) from Talend Activity Monitoring Console - 8.0

Connection issue to Talend Administration Center behind a reverse proxy (HTTPS) from Talend Activity Monitoring Console

Version
8.0
Language
English
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
Content
Administration and Monitoring
Last publication date
2024-02-06

Description

When Talend Administration Center is setup behind a reverse proxy that handle HTTPS and HTTPS is configured to a custom port (for instance 8092), it is not accessible via the URL https://<hostname>:8092.

In Talend Administration Center, the setting in Configuration > General > Location is set to https://<hostname>:8090 (example of a custom port for HTTP).

Resolution

You can specify the static URL for Talend Administration Center in the configuration file configuration.properties.

Make sure the Tomcat server is stopped. Then open the configuration file located at <TomcatPath>/webapps/org.talend.administrator/WEB-INF/classes/configuration.properties.

Under the MISC PARAMETERS section, uncomment the line #conf.applicationStaticLocation=http://serverName:8080/org.talend.administrator.

Set the parameter to the correct URL - in this example: conf.applicationStaticLocation=http://<hostname>:8092/org.talend.administrator.

Save your changes and restart your Tomcat server: Talend Activity Monitoring Console should be able to connect back to Talend Administration Center.