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
.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
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
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
> .
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
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
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
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
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
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
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
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 (
12 matches
Mail list logo