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. -- Niklas Therning www.spamdrain.net
