As long as it is possible, I'll proceed w/ DefaultTlsSetupHandler.
thx.
Vic

On 5/20/20 7:05 AM, Oleg Kalnichevski wrote:
On Tue, 2020-05-19 at 21:25 -0400, C c wrote:
<snip>

How do I do SNI in HTTP core v5 non-async server?

Vic

Hi Vic

SNI extension APIs are available in Java as of version 11 only.
HttpCore is currently Java 1.7 compatible and therefore does not
provide any SNI specific functionality. You will likely need to
implement a custom TLS setup handler instead of
`DefaultTlsSetupHandler` in order to customize TLS context negotiation.

Hope this helps

Oleg


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


---------------------------------------------------------------------
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