Re: SSL socket timeouts with SolrJ usage of HttpClient

2015-04-09 Thread Oleg Kalnichevski
On Thu, 2015-04-09 at 10:41 -0400, Karl Wright wrote: Hi Oleg, I've been looking at the tickets for potential issues with SSL socket timeout values not being honored in some versions of HttpClient, and I must say I'm not clear where things stand. I have a ManifoldCF user who is seeing

Re: SSL socket timeouts with SolrJ usage of HttpClient

2015-04-09 Thread Karl Wright
Hi Oleg, Can you verify that the following code is not setting any parameter that will have no effect because of the context in which I'm setting it? It's not easy to determine this without looking through much code. // Initialize standard solr-j. // First, we need an HttpClient where