Re: Fwd: migration from apache mina 2.0.21 to 2.0.23 issue

2023-04-17 Thread Emmanuel Lécharny
Great! If you don't mind, I'd like to use this piece of code to document the 2.0 -> 2.2 mogration. Just let me know if it's OK with you ! Thanks! On 17/04/2023 13:04, Kishore Mokkarala wrote: Thank you all for the help.Here is my SSL implementation for making it work with 2.2.1 for passing

Re: Fwd: migration from apache mina 2.0.21 to 2.0.23 issue

2023-04-17 Thread Jonathan Valliere
Cool. That was easy. On Mon, Apr 17, 2023 at 11:05 AM Kishore Mokkarala wrote: > Thank you all for the help.Here is my SSL implementation for making it work > with 2.2.1 for passing PEER ADDRESS (SNI host name) in the SSL engine. > > public class CustomSslFilter { > public

Re: Fwd: migration from apache mina 2.0.21 to 2.0.23 issue

2023-04-17 Thread Kishore Mokkarala
Thank you all for the help.Here is my SSL implementation for making it work with 2.2.1 for passing PEER ADDRESS (SNI host name) in the SSL engine. public class CustomSslFilter { public CustomSslFilter(SSLContext sslContext) { super(sslContext); } //Override CreateEngine protected SSLEngine