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