If you are using SSL for
communication between Content Engine and WebSphere® Application
Server, you might receive the
SSL signer error SSL SIGNER EXCHANGE PROMPT when you
run the task for configuring the JDBC data sources for the Global Configuration Data (GCD) or for an object
store.
Use this procedure
if you receive the following error
when you run a task for configuring the JDBC data sources, such as
Configure
GCD JDBC Data Sources:
Error while executing Configure GCD JDBC Data Sources
Execution failed with the following message: The data source configuration failed.
*** SSL SIGNER EXCHANGE PROMPT ***
SSL signer from target host null is not found in trust store
- From a command prompt,
navigate
to the WAS_HOME/AppServer/profiles/app_server_name/bin directory.
- Run the following command:
wsadmin.bat -conntype SOAP -port portnumber -username username
-password userpassword
Where:
- portnumber
- is the same value
that you entered for the Application
server SOAP field in the configure JDBC task properties.
The WebSphere default is 8880.
- username
- is the
same value that you entered for the Application
server administrator user name field in the configure
JDBC task properties.
- userpassword
- is the same value that you entered for the Application
server administrator password field in the configure JDBC
task properties.
- At
the prompt to add the signer to the trust store, enter Yes.
- Close the command prompt.
- Use Configuration Manager to
run the configure JDBC task again, from the graphical user interface
or from the command line.