I recently did this using the example in http://mina.apache.org/mina-project/xref/org/apache/mina/example/echoserver/ssl/
If you download the distribution you will find the same example there along with bogus.cert <mina>/example/src/main/resources/......./echoserver/ssl/bogus.cert To test, I literally took the code and dropped it into my project. It worked! I later modified it a bit for my own needs. I'm still using Mina 1.1.7 BTW. On 03/08/2013 02:06 AM, Ganesh Bansal wrote:
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
