Cause
POM uses a set of cipher suits that may not be supported by the Java implementation installed on the application server.
Solution
Procedure
Do one of the following:
Remove the unsupported ciphers from the connector in the server.xml of tomcat.
If you wish to use the default ciphers of the installed JAVA implementation, then remove the ciphers attribute from the connector element of $APPSERVER_HOME/conf/server.xml.
Install the supported cipher for your JAVA implementation. For more information, see the Appendix A: Cipher requirements of JAVA implementation
section of Proactive Outreach Manager Integration.