aspose file tools
The moose likes BEA/Weblogic and the fly likes Doubt about WL keystore Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Doubt about WL keystore" Watch "Doubt about WL keystore" New topic
Author

Doubt about WL keystore

Pablo Caballero
Greenhorn

Joined: Nov 13, 2008
Posts: 10
I have an app deployed in WL 10.3. This app acts like a web server client (using CXF 2.2.5).
The web service server (external company) use a self signed certificate. Therefore I added it to the WL trust keystore. But the app is not working because it looks in the VM keystore (/opt/bea/jrockit_160_05/jre/lib/security/cacerts). Of course, if I add the cert in the VM ks everything works ok. What should I do to use WL ks?

Thanks in advance

Regards
robin patel
Greenhorn

Joined: Jan 03, 2011
Posts: 16
Hi,

In order to make it working you need to specifically add the below parameters in your start up scripts of the WLS server


-Dweblogic.webservice.client.ssl.trustedcertfile=Give the location and the fully qualified name of the WLS Trust
-Dweblogic.webservice.client.ssl.strictcertchecking=false
-Dweblogic.security.SSL.ignoreHostnameVerification=true
-Dweblogic.security.SSL.enforceConstraints=off

Let me know if you are able to use the WL trust keystore.


Regards,
Rob
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Doubt about WL keystore
 
Similar Threads
which web server
passing password credential from one application server to another
which weblogic version for starters
Certification problems
Can Weblogic Server be used as a web server???