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

Types of encryption techniques

There are several types of encryption techniques used to secure data, each with its own use case and strengths: 1. Symmetric Encryption Us...