On 10/20/08, Krishna Chovdry <[EMAIL PROTECTED]> wrote:
> we are developing a Server application using Mina in which HTTP/HTTPS
> mesages were processed in our server and finally sent to the server. We
> could able to process http request. But couldn't able process Https
> requests. What i read from many postings in net is https request has to be
> tunnled. I am novice to https developing. Can some help me in writing https
> tunneling with mina. I have gone through Google and Kooders.com didn't find
> a single program or example.

Have a look at the SslFilter which is part if MINA, using that you
should be able to provide SSL tunneling. You can also have a look at
how we provide implicit SSL support in FtpServer, it should be
somewhat similar.

/niklas

Reply via email to