ssl « weblogic « Java Enterprise Q&A





1. correct CA not accepted by weblogic 8.1    stackoverflow.com

I have a very strange problemen when connecting to an https url:

 [Security:090548]The certificate chain received from services.rdc.nl - 217.115.224.68 contained a V3 CA certificate which was missing the basic constraints ...

2. Weblogic web service + SSL    stackoverflow.com

Hi thanks for reading. i currently have a webservice deployed on a weblogic 10.3 server whit 1-way ssl enabled, the problem is that wen i test the webservice using the weblogic's test ...

3. weblogic as ssl client (single side auth)    stackoverflow.com

How can i make weblogic to work as client in ssl authentication.

4. Is the Trusted Key Store necessary for One-Way SSL    stackoverflow.com

Trying to set up one-way SSL with Weblogic 11g and running into an issue. I have a custom identify (my own cert) but I only want to do one-way SSL, so ...

5. Javamail, Weblogic, IMAP, SSL and Exchange 2010    stackoverflow.com

first of all, sorry for my english (I'm from Spain) I'm trying to connect to an Exchange 2010 mail server with IMAP and SSL from Javamail inside a Weblogic 8.1 server. This is ...

6. SSL configuration in single OHS for two WLS instances    stackoverflow.com

I have two OracleASs running in 10000 and 15000 ports respectively, by logging into server1(10000) we can goto server2(15000). I hv installed OHS 11g and made all the SSL configuration(like creating ...

7. user-data-constraint is not working    stackoverflow.com

I am trying to do what ever is explained in here http://middlewaremagic.com/weblogic/?p=2019 My web.xml has this entry <security-constraint> <web-resource-collection> ...

8. Invoking a webservice in SSL mode from a EAR deployed in weblogic    stackoverflow.com

Context: I have an application (consumer) deployed in EAR mode in weblogic server. This application invokes several external webservices (provider) in http mode. Now we need the application to invoke a ...

9. Web service client application on weblogic to invoke web service    stackoverflow.com

I have a web application on weblogic 10.3.3 which is the client for invoking a secure web service. Note: I have been able to test the web service through a stand-alone java ...





10. Weblogic server SSL handshake error when starting Weblogic server    stackoverflow.com

I'm using weblogic8.x version ..When i starts server, it get started and when i tried through localhost to access the application deployed in the server, the error below is thrown in ...

11. Passing keystore password as JVM args during weblogic start    stackoverflow.com

I have a Java client application deployed on weblogic. This client invokes a webservice using two way SSL call. I am passing identity keystore and password as JVM args during weblogic ...