

pem is present there.Īs you are getting following error in the logĬaused by: : Can not initialize SSL client: no trusted certificates are set Go to the path mentioned in these two properties and see if the certificate with. Login on TIBCO EMS using putty and then type show config and check for the following parameter ssl_server_identity ,ssl_server_key. Similar question was answered in this thread.Ĭould you please check if your TIBCO EMS is ssl enabled. I 'd appreciate if you can throw more light on any of the setup I missed on weblogic/OSB side of things. Is there anything else I need to do on weblogic/OSB server to connect to the TIBCO EMS queues via 2-way SSL? I have also turned on 'Use SSL' property. Created a ServiceKeyProvider in OSB and applied it into the proxy service.ĥ.) Created the business service as any XML service and put the endpoint URL as follows: jms:///LocalTibcoQueueConnectionFactory/localTibcoReqQueue. Provided username and password for CF credentialsĤ.) Imported keystores into weblogic server and configured the credential mapping. Remote JNDI Name : SSLQueueConnectionFactory Local JNDI Name:LocalTibcoQueueConnectionFactory

= principal providedĬom._enable_verify_host=falseĢ.) Provided details on connection factory JNDI Properties Credentials: password enteredĬonfirm JNDI Properties Credentials : Re entered the passwordĬom._protocol=ssl JNDI Initial Context Factory: .TibjmsInitialContextFactory I have done the following setup to connect to the TIBCO EMS queues.ġ.) Uploaded these jars into the weblogic server by putting them into lib folder.Ģ.) Created a JMS module and JMS foreign server and set the following values. The error was : Failed to connect to any server at: ssl://:20302,ssl::20302 [Error: Can not initialize SSL client: no trusted certificates are set: url that returned this exception = SSL://:20302" The server will attempt the connection again later. "There was an error while making the initial connection to the JMS resource named ALSB_JMS_SessionPool_1178959128 from within an EJB or a servlet. The following is the error I encountered when I tried to do so. I am facing a few issues while connecting to TIBCO EMS queues from OSB on 2-way SSL. Connecting to TIBCO EMS queues on 2-way SSL - Integration - Adapters Hi folks,
