Re: IBMJSSE implementation issue

2003-10-07 Thread Laurent Garcia
To: Commons HttpClient Project Subject: Re: IBMJSSE implementation issue Oleg, I try to disabling stale connection and I have still Socket closed. I don't want to take your time but you can do a very simple, test this code in a servlet with WSAD 5.0 (with the default JSSE) HttpClient httpclient = new

RE: IBMJSSE implementation issue

2003-10-07 Thread Kalnichevski, Oleg
. Oleg -Original Message- From: Laurent Garcia [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:07 To: Commons HttpClient Project Subject: Re: IBMJSSE implementation issue Oleg, Thank you for your additional research, if I enable the log I have : DEBUG

IBMJSSE implementation issue

2003-10-06 Thread Laurent Garcia
Hi, I was working with an old commons-httpclient lib (18/2/2003) that work correctly for https connexion with both SUN adn IBM jsse implemention. But I just replaced my commons-httpclient by commons-httpclient-2.0-rc1.jar and now it is still working with SUN but I have a systematic socked

RE: IBMJSSE implementation issue

2003-10-06 Thread Kalnichevski, Oleg
Laurent, Make sure that the version of IBMJSSE library WSAD is using is 1.0.3. Oleg -Original Message- From: Laurent Garcia [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:30 To: [EMAIL PROTECTED] Subject: IBMJSSE implementation issue Hi, I was working with an old

Re: IBMJSSE implementation issue

2003-10-06 Thread Laurent Garcia
Implementation-Title: JSSE Package Implementation-Version: 1.0.3 Laurent - Original Message - From: Kalnichevski, Oleg [EMAIL PROTECTED] To: Commons HttpClient Project [EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:34 AM Subject: RE: IBMJSSE implementation issue Laurent, Make sure

RE: IBMJSSE implementation issue

2003-10-06 Thread Kalnichevski, Oleg
Subject: Re: IBMJSSE implementation issue Oleg, Thank you for your (quick) response, I edit the Manifest file (I made a copy below) and it seems that the version is 1.03 Manifest-Version: 1.0 Created-By: Ant 1.4.1 Name: com/ibm/jsse/ com/ibm/net/ssl/www/ com/ibm/net/ssl/ com/ibm/net/ss l/internal

Re: IBMJSSE implementation issue

2003-10-06 Thread Laurent Garcia
:54 AM Subject: RE: IBMJSSE implementation issue Laurent, HttpClient relies on underlying JSSE library to establish SSL connections. If there's something wrong with SSL, in the overwhelming majority of cases it has nothing to do with HttpClient as such. Usually SSL problems are caused

Re: IBMJSSE implementation issue

2003-10-06 Thread Kalnichevski, Oleg
Ok. It's a step forward. At least we know that your JSSE setup is sane. Try disabling stale connection check and see if that makes any difference

Re: IBMJSSE implementation issue

2003-10-06 Thread Laurent Garcia
, 2003 11:54 AM Subject: RE: IBMJSSE implementation issue Laurent, HttpClient relies on underlying JSSE library to establish SSL connections. If there's something wrong with SSL, in the overwhelming majority of cases it has nothing to do with HttpClient as such. Usually SSL problems are caused

RE: IBMJSSE implementation issue

2003-10-06 Thread Kalnichevski, Oleg
JSSE debug log in order to find why the connection is dropped. Oleg -Original Message- From: Laurent Garcia [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 14:19 To: Commons HttpClient Project Subject: Re: IBMJSSE implementation issue Oleg, I try to disabling stale connection

RE: IBMJSSE implementation issue

2003-10-06 Thread Kalnichevski, Oleg
PROTECTED] Sent: Monday, October 06, 2003 14:19 To: Commons HttpClient Project Subject: Re: IBMJSSE implementation issue Oleg, I try to disabling stale connection and I have still Socket closed. I don't want to take your time but you can do a very simple, test this code in a servlet with WSAD 5.0