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

Re: IBMJSSE implementation issue

2003-10-07 Thread Laurent Garcia
ailto:[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 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

RE: IBMJSSE implementation issue

2003-10-06 Thread Kalnichevski, Oleg
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 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

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 and

Re: IBMJSSE implementation issue

2003-10-06 Thread Laurent Garcia
ct" <[EMAIL PROTECTED]> Sent: Monday, October 06, 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

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 http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/SimpleHttpConnectionManager.html#setConnectionStaleCheckingEnabled(b

Re: IBMJSSE implementation issue

2003-10-06 Thread Laurent Garcia
;[EMAIL PROTECTED]> Sent: Monday, October 06, 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 Ht

RE: IBMJSSE implementation issue

2003-10-06 Thread Kalnichevski, Oleg
oject 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/int

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 imple

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 commons