users@grizzly.java.net

Re: SNIFilter for Client

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Thu, 22 Jan 2015 17:14:58 -0800

Hi Dan,

yes, SNIFilter is compatible with SSLFilter, it just extends it with SNI
support.

WBR,
Alexey.

On 22.01.15 16:44, Daniel Feist wrote:
> Hi,
>
> Just a very quick question. Is the use of SNIFilter instead of
> SSLFilter fully compatible with the SSLFilter.
>
> i.e Can i always use the SNIFilter for SSL and have SNI supported, but
> also not have to worry if SNI isn't supported/required by the target
> server? It looks like it is, but this isn't clear from javadoc, so
> wanted to check.
>
> thanks!
> Dan