Hi I am trying to build an Proxy server which has a support for SSL also. I used examples given on http://mina.apache.org/mina-project/xref/org/apache/mina/example/ & was able to build a proxy server for plain connections without SSL.
But when I am adding a SSLFilter in filter chain, proxy server is not able to get response back from SSL server. Can anybody help me how to enable SSL in given proxy sample. Any help will be highly appreciated. If required, I can share my sample code also. Thanks in advance, Ganesh Bansal