Re: Httpclient under weblogic 7.0

2003-05-29 Thread Om Narayan
I will check it out. Thanks. - Original Message - From: "Kalnichevski, Oleg" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 12:45 AM Subject: RE: Httpclient under weblogic 7.0 Om, I strongly recomm

Re: Httpclient under weblogic 7.0

2003-05-29 Thread Om Narayan
.there is no equivalent addProvider call. System.setProperty("java.protocol.handler.pkgs", "weblogic.net"); Good for now. Om. - Original Message - From: "Vamsi Atluri" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTEC

Re: Httpclient under weblogic 7.0

2003-05-28 Thread Michael Becke
Om, I'm wondering if the java.net.ssl.SSLSocketFactory is being configured correctly. I notice that you are using weblogic.net.http.HttpsURLConnection. Does your example also work if you do url.openConnection()? If not, then the Weblogic SSLSocketFactory is not registered correctly. By def

RE: Httpclient under weblogic 7.0

2003-05-28 Thread Kalnichevski, Oleg
Oleg -Original Message- From: Ortwin Glück [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 08:49 To: Commons HttpClient Project Subject: Re: Httpclient under weblogic 7.0 Adrian Sutton wrote: > I'd also point you to the HTTPS guide but Oleg hasn't written it yet > .

Re: Httpclient under weblogic 7.0

2003-05-27 Thread Ortwin Glück
Adrian Sutton wrote: I'd also point you to the HTTPS guide but Oleg hasn't written it yet . There still is the (short) one httpclient/docs/USING_HTTPS.txt Browse it online here: http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/docs/USING_HTTPS.txt?rev=1.4&content-type=text/vnd.viewcvs-ma

Re: Httpclient under weblogic 7.0

2003-05-27 Thread Om Narayan
ns HttpClient Project" <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 8:31 PM Subject: Re: Httpclient under weblogic 7.0 > 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 > trus

Re: Httpclient under weblogic 7.0

2003-05-27 Thread Om Narayan
Atluri" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 7:34 PM Subject: Re: Httpclient under weblogic 7.0 > Hi Om, > > I recently had to use HttpClient to make some SSL connections from with in > a sessio

Re: Httpclient under weblogic 7.0

2003-05-27 Thread Adrian Sutton
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/vi

Re: Httpclient under weblogic 7.0

2003-05-27 Thread Vamsi Atluri
Hi Om, I recently had to use HttpClient to make some SSL connections from with in a session bean deployed in WebLogic 7.0. I had a problem where the SSL handshake never goes through. I am using JSSE for SSL though. I did the following steps to get it working: 1) moved the JDK to 1.4.1 2) added js

Re: Httpclient under weblogic 7.0

2003-05-27 Thread Om Narayan
SSLClientTest.main(SSLClientTest. java:50) Thanks. Om. - Original Message - From: "Adrian Sutton" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 5:20 PM Subject: Re: Httpclient under weblogic 7.0 &g

Re: Httpclient under weblogic 7.0

2003-05-27 Thread Adrian Sutton
Maybe someone will know a particular gotcha with weblogic, but the best chance for finding the source of the problem always lies in the debug logs (regular members of the list should know the following mantra by now): :) Could you please supply a wire trace log showing an attempt to use SSL w

Httpclient under weblogic 7.0

2003-05-27 Thread Om Narayan
I am trying to use httpclient with weblogic 7.0. It works fine without SSL, but when I try to use https urls it just sits there hanging. If I use weblogic's apis, the program works fine (btw, I am using the sslclient example that comes with weblogic). I am using weblogic's implementation of SSL (