2) When configuring the proxy agent using utility proxyAgentConfig. Enable the SSLcheck-box.
3) Give the details of your JKS file Name and its Password.
4) The above steps will automatically will modifies your Server.xml and proxyagent.tra file of the proxy agent’s tomcat server
java.property.javax.net.ssl.keyStore=XXXX.jks
java.property.javax.net.ssl.keyStorePassword=XXXX
java.property.javax.net.ssl.keyStoreType-JKS
5) Add the following line in proxyagent.tra below the above properties.
java.property.javax.net.ssl.trustStore=C:/XXX/XXX.jks
java.property.javax.net.ssl.trustStorePassword=XXX
java.property.javax.net.ssl.trustStore
6) Modify the file startPolicyMgr.tra file by adding the below lines of code
java.property.javax.net.ssl.keyStore=C:\XXX\XXX.jks
java.property.javax.net.ssl.keyStorePassword=xxx
java.property.javax.net.ssl.keyStore
7) Restart both the Proxy agent as well as PolicyManager.
For training on TIBCO mail us at [email protected]