Search code examples
sslweblogic

Getting SSL handshake error


I am consuming third party web service in my application. It has https url which requires handshake. I am using Weblogic application Server and I want to configure the certificate in my server.

Can anyone please provide me steps to configure that certificate?

Also What is Identity and Trust on Weblogic Console?

Please help!!


Solution

  • I resolved this by using keytool command provided in Jdk bin folder.

    I just went to demotrust.jks and imported the third party certificate in it and it worked for me.

    I used below command.

    ${ORACLE_HOME}/product/jrockit-jdk1.6.0_20-R28.1.0-4.0.1/bin/keytool -import -alias [AliasForYourCertificate]  -keystore ${ORACLE_HOME}/Middleware/wlserver_10.3/server/lib/DemoTrust.jks -file /home/oracle/[YourCertFile].crt