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

2023-04-14 Thread Kishore Mokkarala
Currently we are using the following custom SSL filter for passing SNI host name. For doing this we are using PEER_ADDRESS. This was available in apache mina 2.0.21 SslHandler.java,but this attribute is not available in 2.2.10. This PEER_ADDRESS is *eid.17.cid.0* different from the actual IP addres

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

2023-04-14 Thread Jonathan Valliere
Looking at the code for your existing filter it appears like you’re just trying to create the SSLEngine so it can be reused for subsequent connections by passing in the IP address and Port? This is already a feature in the new filter. https://github.com/apache/mina/blob/a8dc2c56ec43ac67d64d0dab39a