- Access the https URL from web browser and export the certificate (by example with .cer extension). Eventually, if you can't access remote server via https, export server certificate in another way, by example from Microsoft Certification Authority in Windows AD Domain environment.
- Import cerrtificate *.cer file into Weblogic keystore (usually default Weblogic keystore is default JVM keystore), by example
keytool -import -keystore ..\lib\security\cacerts -alias myCertAlias -file c:/Oracle/client.cer
Remember! Default java ceacerts password is "changeit"
Impressions and experiences from Java EE developer. If you are interested in java enterprise development, adf, java server faces, servlets, portlets and so on , this blog may be interesting for you.
Saturday, March 24, 2012
Error BEA-090477 Certificate chain received from - was not trusted causing SSL handshake failure.
How to solve BEA-090477 certificate error which was thrown by Weblogic? To get rid of the problem, the remote server certificate needs to be imported by following below instructions:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment