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
-
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' / '
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
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 (
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