Configuring the agent for SSL
If the Informatica WebServices Hub is enabled to the SSL protocol, you must change configuration options on the agent where you installed the plug-in.
If IsSSLEnabled=true in the PowerCenterJobExecutor.properties
properties file, you must also change the JVMOption key in file
JobManager.ini located in directory
TWS_home/ITA/cpa/config (\ITA\cpa\config) on the
agent. In this case, JVMOption should contain the
following:
-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
-Djavax.net.ssl.trustStore=keystore_pathfile_name
where
keystore_pathfile_name is the path and the filename of the truststore used to access the
protected web services hub. For
example:-Djavax.net.ssl.trustStore=/opt/abc/TWA/ssl/wsh.keystore