Bingo! :) You're using a self-signed certificate or at least a SSL certificate that isn't trusted by Weblogic. Take a look at the easy trust manager in the contrib directory, you may have to adapt it for Weblogic's SSL implementation, I'm not sure.

The code is at:

http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/contrib/ org/apache/commons/httpclient/contrib/ssl/

Not sure why it showed up as HttpClient hanging though as it's clearly throwing an exception but HttpClient seems to be ignoring that and trying to read from the socket anyway. I'll have to run some tests to see what's going on there. Either way, Vamsi's advice on adding the cert to your trusted keystore or the use of the Easy TrustManager should fix the problem for you.

Regards,

Adrian Sutton.
On Wednesday, May 28, 2003, at 12:25  PM, Om Narayan wrote:

Exception while writing data <java.io.IOException: Write Channel Closed,
possi
ble SSL handshaking or trust failure


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to