Hi, We have a use case where we want to support TLS compression. In one of the client that we use , TLS compression is done on the protocol level . So unless both the sides advertise compression when doing the TLS handshake, it will not do compression. We have our TCP server implementation using Apace mina. We have following questions regarding this
1. Is there a provision/ API that we can advertise the compression method used during the handshake from the server side in Mina implementation ? 2. We tried to use the Bouncy castle library to advertise compression during handshake however finding it difficult to integrate mina and bouncy castle. Can we integrate this library in the Apache mina TLS server implementation? 3. Could you please provide any code sample to do so. Please suggest. Thanks and Regards, Ashwini Mandhare