Hello, I think I have fixed the SNI issue with HTTPClient 4. Note it was strange that is worked with 3.1 and not 4.X. It would be great if you could test it and review fix.
For me, this is a temporary fix until we upgrade the SSL Socket factory in JMeter to use up to date classes from HttpClient 4.5.X This socket factory has at least 3 aims in my understanding: - Slow socket simulation - SSL Context reuse or not - Client SSL certificate management I think in 3.1 version we should at least drop all code related to 3.X and rework completely these part of the code as it is not easy to read/understand. -- Regards. Philippe
