On Mon, Jun 8, 2009 at 12:16 PM, Sandra Bogaert<[email protected]> wrote: > For functionnal reason I can use only jdk1.4 (embedded application). Are you > sure that there is no way to have https connection with jdk 1.4? Someone > else did have the same issu ?
Java NIO on which MINA is based, only gained SSL support in Java 1.5. If you want to use SSL in 1.4, you should have a look at the regular blocking IO API. /niklas
