Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 60783 invoked from network); 30 Sep 2005 13:41:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Sep 2005 13:41:13 -0000 Received: (qmail 43989 invoked by uid 500); 30 Sep 2005 13:41:12 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 43943 invoked by uid 500); 30 Sep 2005 13:41:12 -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 43931 invoked by uid 99); 30 Sep 2005 13:41:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2005 06:41:12 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_40_50,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of trustin@gmail.com designates 64.233.184.194 as permitted sender) Received: from [64.233.184.194] (HELO wproxy.gmail.com) (64.233.184.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2005 06:41:16 -0700 Received: by wproxy.gmail.com with SMTP id 70so102568wra for ; Fri, 30 Sep 2005 06:40:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=lCPiauBXVFod5gUTIhAmNKP6EFkVhCDxOkwy5EeLS/66vh6UkshbB+NWZHIQdW2KZu7XLVDGK7LVap98t03Oka3TuN3vay5KJ7crsMPN4Y5Cf7VeILjxhKxtovzM90xrJpWo4txgF9t/8CSv6+ZzomjGVNF7wTXBbD9O/0Msnfk= Received: by 10.54.101.2 with SMTP id y2mr89226wrb; Fri, 30 Sep 2005 06:40:49 -0700 (PDT) Received: by 10.54.71.11 with HTTP; Fri, 30 Sep 2005 06:40:49 -0700 (PDT) Message-ID: <768dcb2e0509300640i2ba7f550u@mail.gmail.com> Date: Fri, 30 Sep 2005 22:40:49 +0900 From: Trustin Lee Reply-To: Trustin Lee To: Apache Directory Developers List , =?ISO-8859-1?Q?Christian_M=F6ller?= Subject: Re: [Fwd: Re: [mina] Client hangs and sends no data] In-Reply-To: <433D2AD8.4010105@gmx.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1618_21400207.1128087649780" References: <433D2AD8.4010105@gmx.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1618_21400207.1128087649780 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Christian, 2005/9/30, Christian M=F6ller : > > 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 -- what we call human nature is actually human habit -- http://gleamynode.net/ ------=_Part_1618_21400207.1128087649780 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Christian,

2005/9/30, Christian = M=F6ller <dcmoeller@gmx.de>:<= /span>
usually I do not send messages to members of mailing lists directly, butyou was so kind to request for source code to reproduce my problems -
a= nd the mailing list server does not accept zipped attachments ...

Please look at mina.client.Shutdown.java:79:

&n= bsp;       // Adding SSL filter to chain
 =        connector.getIoConnector().getFilterChain()= .addFirst("ssl", sslFilter);

Please append this just next = to the above code:

        sslFilter.setUseClientMo= de( true );

HTH,
Trustin
--
what we call human nature is a= ctually human habit
--
http://glea= mynode.net/ ------=_Part_1618_21400207.1128087649780--