From dev-return-8222-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Oct 04 09:00:17 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 89139 invoked from network); 4 Oct 2005 09:00:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2005 09:00:17 -0000 Received: (qmail 31629 invoked by uid 500); 4 Oct 2005 09:00:16 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 31414 invoked by uid 500); 4 Oct 2005 09:00:15 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 31396 invoked by uid 99); 4 Oct 2005 09:00:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 02:00:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dcmoeller@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Oct 2005 02:00:19 -0700 Received: (qmail invoked by alias); 04 Oct 2005 08:59:52 -0000 Received: from fw-d-whp.denic.de (EHLO [192.168.34.233]) [81.91.160.27] by mail.gmx.net (mp022) with SMTP; 04 Oct 2005 10:59:52 +0200 X-Authenticated: #18303827 Message-ID: <43424487.10105@gmx.de> Date: Tue, 04 Oct 2005 10:59:51 +0200 From: =?ISO-8859-1?Q?Christian_M=F6ller?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Trustin Lee CC: dev@directory.apache.org Subject: Re: [Fwd: Re: [mina] Client hangs and sends no data] References: <433D2AD8.4010105@gmx.de> <768dcb2e0509300640i2ba7f550u@mail.gmail.com> In-Reply-To: <768dcb2e0509300640i2ba7f550u@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Trustin Lee schrieb: > Hi Christian, > > 2005/9/30, Christian Möller >: > > 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