Configuring HTTPS for the Administrator Tool Using a Certificate Signed by a Certificate Authority

Configuring HTTPS for the Administrator Tool Using a Certificate Signed by a Certificate Authority

Troubleshooting

Troubleshooting

If you cannot log in to the Administrator tool after configuring the tool to use HTTPS, open the web.xml file on each node in the Informatica domain. Verify that it includes the security constraint tag. The location of the file depends on the following Informatica versions:
  • In version 9.0, find the file in the following location:
    <InstallationDir>\services\AdministratorConsole\adminconsole\WEB-INF
  • In versions 9.0.1 and later, find the file in the following location:
    <InstallationDir>\services\AdministratorConsole\administrator\WEB-INF
Verify that the following security constraint tag is included at the end of the web.xml file:
<security-constraint> <web-resource-collection> <web-resource-name>Entire Application</web-resource-name> <url-pattern>/*</url-pattern> </web-resource-collection> <user-data-constraint> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> </security-constraint>
If the tag does not exist in the file, shut down the node. Add the tag to the file before the closing
</web-app>
tag, and save the file. Restart the node.

0 COMMENTS

We’d like to hear from you!