Hi
I have written a program wherein i need to POST data to
a servlet via SSL. my application resides in Weblogic6.1 server. I developed the application using java APIs its woring fine. but if i deploy this application on Weblogic it does not make a connection to that URL. Can anyone pls help me on this.
rgds
-
using URLHttpsConnection in weblogic6.1 (1 messages)
- Posted by: Darshan Lakkur
- Posted on: April 20 2003 04:31 EDT
-
Certs?[ Go to top ]
- Posted by: Mario C
- Posted on: April 21 2003 08:32 EDT
- in response to Darshan Lakkur
This should work fine unless the ssl server you are going to has an invalid/untrusted certificate. Do you catch an exception when you try to connect? What's the exception?
Take a look at ${bea.home}/wlserver6.1/samples/examples/security/sslclient for an example.