On Mon, 2015-10-26 at 13:41 +0100, Ivan Brencsics wrote:
> Hi,
> 
> We are using Java 8, and HttpClient 4.3.4. Recently we changed to the new
> fluent API supported by HttpClient, and we have the impression that since
> then our client is sending SNI (Server Name Indication) in case using SSL
> (we are not completely sure about this). Is there a HttpClient-specific way
> to enable/disable SNI?

No. HttpClient makes use of SNI if provided by the JVM by default.

>  Or should we use the Virtual Machine level approach?
> 

Yes.

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to