This is necessary to avoid the following
exception:
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target during user authentication.
Open the following file:
<TAC_HOME>\apache-tomcat\bin\setenv.bat
Change the line
set "JAVA_OPTS=%JAVA_OPTS% -Xmx4096m -Dfile.encoding=UTF-8"
with
set "JAVA_OPTS=%JAVA_OPTS% -Xmx4096m -Dfile.encoding=UTF-8 -Djavax.net.ssl.trustStore=$CATALINA_HOME/conf/tac-tomcat-truststore.jks -Djavax.net.ssl.trustStorePassword=tacadmin"
Restart Talend Administration Center.
Check the Talend Administration Center
URL with the following address
https://localhost:8443/org.talend.administrator.