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

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...