RE: SSL - poor performance

2004-02-16 Thread Kalnichevski, Oleg
AIL PROTECTED] Sent: Monday, February 16, 2004 13:08 To: Commons HttpClient Project Subject: RE: SSL - poor performance Hi! OK, thanks for your help, I found a solution! With the system property javax.net.debug=ssl I saw that the SSL sessions were not cached. This is because the createSocket method

RE: SSL - poor performance

2004-02-16 Thread Tentrup Stephan (P/BA (INFBA))
- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 3:36 PM To: Commons HttpClient Project Subject: RE: SSL - poor performance Stephan, Most likely the problem has nothing to do with HttpClient as such. Please refer to the 'known problems' / '

Re: SSL - poor performance

2004-02-12 Thread Roland Weber
t; <[EMAIL PROTECTED]> 12.02.2004 15:17 Please respond to "Commons HttpClient Project" To: <[EMAIL PROTECTED]> cc: Subject:SSL - poor performance Hi, I am using HttpClient (2.0RC3) to make HTTP requests over SSL. At first I specified

RE: SSL - poor performance

2004-02-12 Thread Kalnichevski, Oleg
configuration. http://jakarta.apache.org/commons/httpclient/sslguide.html HTH, Oleg -Original Message- From: Tentrup Stephan (P/BA (INFBA)) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 15:18 To: [EMAIL PROTECTED] Subject: SSL - poor performance Hi, I am using HttpClient (

SSL - poor performance

2004-02-12 Thread Tentrup Stephan (P/BA (INFBA))
Hi, I am using HttpClient (2.0RC3) to make HTTP requests over SSL. At first I specified the keystore with the trusted certificates by the system properties javax.net.ssl.trustStore=/path/to/keystorefile and javax.net.ssl.trustStorePassword=password The performance was good in this case but I wan