Re: HttpClient 4.5.2 and Server Name Indication

2016-03-03 Thread Oleg Kalnichevski
On Wed, 2016-03-02 at 16:19 -0500, Sam Wilson wrote: > On 3/2/16 3:56 PM, Philippe Mouawad wrote: > > See Oleg's commit few minutes on deprecated classes: > > http://svn.apache.org/viewvc?view=revision=1733362 > > So yes, my code hits that change. I take it I either grab the latest > HttpClient

Re: HttpClient 4.5.2 and Server Name Indication

2016-03-03 Thread Gerry Woods
We just went through this exercise. We have our own socket factory implementation that, based on HTTPCLIENT-1119, uses the String host name when SSLSocketFactory.createSocket() is invoked (rather than using the InetAddress methods). This seemed to do the trick. On 3/2/16, 12:48 PM, "Sam