Thursday, September 5, 2019

12c SOA weblogic - General SSLEngine problem

Sometimes we stumbled with this General SSLEngine problem in the server while we are testing/transacting the interface data.

Error:
The invocation resulted in an error: General SSLEngine problem.

Solution: 
This is because one of the certificate of the external secure application has expired. Just import the latest certificate of the expired application into the weblogic server library and restart the affected manage servers one after one. It will work.

Click here ImportCert to get the steps to import the certficate in weblogic server.

No comments:

Post a Comment

Featured Post

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...