Re: IBMJSSE implementation issue

2003-10-07 Thread Laurent Garcia
with the send buffer size. Execute your test application with the debug log enabled and watch for a similar statement [DEBUG] HttpClient - -JSSE 1.0: IBM JSSE provider HTH Oleg -Original Message- From: Laurent Garcia [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 14:19

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 Laurent Garcia
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-httpclient lib (18/2/2003

Re: IBMJSSE implementation issue

2003-10-06 Thread Laurent Garcia
by misconfigured JSSE stack. Please refer to the troubleshooting section of our SSL guide and see if the plain SSL socket test works for you http://jakarta.apache.org/commons/httpclient/sslguide.html Oleg -Original Message- From: Laurent Garcia [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003

Re: Why are cookies deleted?

2003-10-06 Thread Laurent Garcia
Oleg, I just tried the following code from Troubleshooting section: import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.Writer; import java.net.Socket; import javax.net.ssl.SSLSocketFactory; public class Test {

Re: IBMJSSE implementation issue

2003-10-06 Thread Laurent Garcia
by misconfigured JSSE stack. Please refer to the troubleshooting section of our SSL guide and see if the plain SSL socket test works for you http://jakarta.apache.org/commons/httpclient/sslguide.html Oleg -Original Message- From: Laurent Garcia [mailto:[EMAIL PROTECTED] Sent: Monday

Charset issue with HttpClient

2003-02-18 Thread Laurent Garcia
. I tried to add post.setRequestHeader(Content-type, text/xml; charset=UTF-8); with no success. Thanks for help. Laurent Garcia