Re: ContentEncodingHttpClient throws NoHttpResponseException

2011-04-26 Thread Pololang
Hi, the problem was caused by the little green men from Sun : it works with JDK 1.6.0_18 and not with 1.6.0_19+. Maybe it's related to this issue : http://blog.techstacks.com/2010/07/javas-recent-ssl-problems.html ? Pololang olegk wrote: > > On Fri, 2011-04-01 at 08:51 -070

ContentEncodingHttpClient throws NoHttpResponseException

2011-04-01 Thread Pololang
Hi all :-), I'm using HttpClient 4.1.1 with HttpCore 4.1, for a HTTPS request with client certificate stored inside a Java Keystore. The application runs with JBoss 5 and Spring 3. It works on my developpement computer (Windows), but not on my Red Hat Server. It looks like the connection is close

Re: SSL connection with client certificate authentication closing randomly

2011-04-01 Thread Pololang
Hello Mike, we have been running into the same issue, but with HttpClient 4.1.1. Did you find a solution ? Regards, Florent -- View this message in context: http://old.nabble.com/SSL-connection-with-client-certificate-authentication-closing-randomly-tp30762412p31293233.html Sent from the HttpC