Re: SSL problem

2007-11-08 Thread Niklas Therning
Francesca Milan wrote: snip/ SSLFilter filter = new SSLFilter(SSLContextFactory.getInstance(true)); I'm not familiar with the SSLContextFactory class. Is that something you've developed yourself? What does getInstance() do? Make sure the SSLEngine you're using isn't set to client mode. --

Re: SSL problem

2007-11-08 Thread Francesca Milan
SSLContextFactory was this class http://www.koders.com/java/fid8F948DB894E85F952BCCCB5B305BF92F0BE19DF6.aspx?s=bougus Niklas Therning ha scritto: Francesca Milan wrote: snip/ SSLFilter filter = new SSLFilter(SSLContextFactory.getInstance(true)); I'm not familiar with the

Re: SSL problem

2007-11-08 Thread Niklas Therning
Francesca Milan wrote: SSLContextFactory was this class http://www.koders.com/java/fid8F948DB894E85F952BCCCB5B305BF92F0BE19DF6.aspx?s=bougus Niklas Therning ha scritto: Francesca Milan wrote: snip/ SSLFilter filter = new SSLFilter(SSLContextFactory.getInstance(true)); I'm not

Re: SSL problem

2007-11-08 Thread Francesca Milan
Niklas Therning ha scritto: Francesca Milan wrote: SSLContextFactory was this class http://www.koders.com/java/fid8F948DB894E85F952BCCCB5B305BF92F0BE19DF6.aspx?s=bougus Niklas Therning ha scritto: Francesca Milan wrote: snip/ SSLFilter filter = new

Re: SSL problem

2007-11-08 Thread Francesca Milan
Francesca Milan ha scritto: Niklas Therning ha scritto: Francesca Milan wrote: SSLContextFactory was this class http://www.koders.com/java/fid8F948DB894E85F952BCCCB5B305BF92F0BE19DF6.aspx?s=bougus Niklas Therning ha scritto: Francesca Milan wrote: snip/ SSLFilter filter =

Re : SSL problem

2007-11-08 Thread Edouard De Oliveira
Oliveira- http://tedorg.free.fr/en/main.php - Message d'origine De : Francesca Milan [EMAIL PROTECTED] À : dev@mina.apache.org Envoyé le : Jeudi, 8 Novembre 2007, 17h30mn 49s Objet : Re: SSL problem Francesca Milan ha scritto: Niklas Therning ha scritto: Francesca Milan wrote

Re: SSL problem

2007-11-08 Thread Trustin Lee
I guess we fixed this problem long long time ago. Why don't you upgrade to 1.x? Trustin On Nov 9, 2007 1:30 AM, Francesca Milan [EMAIL PROTECTED] wrote: Francesca Milan ha scritto: Niklas Therning ha scritto: Francesca Milan wrote: SSLContextFactory was this class