troubleshooting' section of the HttpClient SSL guide to find out
whether the problem is related to some peculiarities of your JSSE / JDK / target
server configuration.
http://jakarta.apache.org/commons/httpclient/sslguide.html
HTH,
Oleg
-Original Message-
From: Tentrup Stephan (P
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