Trustin Lee schrieb: > Hi Christian, > > 2005/9/30, Christian Möller <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: > > usually I do not send messages to members of mailing lists directly, but > you was so kind to request for source code to reproduce my problems - > and the mailing list server does not accept zipped attachments ... > > > Please look at mina.client.Shutdown.java:79: > > // Adding SSL filter to chain > connector.getIoConnector().getFilterChain().addFirst("ssl", > sslFilter); > > Please append this just next to the above code: > > sslFilter.setUseClientMode( true ); > > HTH, > Trustin
OK, that's it. So little code solves so big problems ... :-) Thank you very much. Christian
