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
Hello Stephan, basically anything is happening between these two points. The certificate check is performed when the SSL connection is established. After that, the connection is available for use by the HTTP Client, which will then: - send HTTP headers - send POST data - wait for the reply from t

RE: SSL - poor performance

2004-02-12 Thread Kalnichevski, Oleg
Stephan, Most likely the problem has nothing to do with HttpClient as such. Please refer to the 'known problems' / '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://jaka