users@grizzly.java.net

Re: SNIFilter for Client

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Fri, 23 Jan 2015 11:42:14 -0800

Pls. share the "hack" - I can commit it to ahc.

WBR,
Alexey.

On 23.01.15 04:35, Daniel Feist wrote:
> Fanstastic, works a treat. Just had to hack AHC a bit to use it :-(
>
> Dan
>
> On Fri, Jan 23, 2015 at 1:14 AM, Oleksiy Stashok
> <oleksiy.stashok_at_oracle.com> wrote:
>> 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
>>