Here is our scenario:
SSL Client – Non-wm (Java Application running on tomcat. Would probably go for Verisign)
SSL Server – IS 6.1 (we created https port and have our own Private, public and CA)
Communication – Only one way. From Java app to webMethods
Question: What certificates and keys needs to be exchanged as a part of configuration/code setup.
My initial guess was SSL client needs SSL server’s CA in its trusted folder.
SSL Server needs SSL client’s CA and public key in its trusted folder.
Can anybody confirm ?