From dev-return-75960-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Fri Jul 01 08:43:26 2005 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 63693 invoked from network); 1 Jul 2005 08:43:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jul 2005 08:43:25 -0000 Received: (qmail 92404 invoked by uid 500); 1 Jul 2005 08:43:21 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 92338 invoked by uid 500); 1 Jul 2005 08:43:20 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 92318 invoked by uid 99); 1 Jul 2005 08:43:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2005 01:43:20 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=USERPASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [217.199.181.91] (HELO ns3.wkwyw.net) (217.199.181.91) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Jul 2005 01:43:22 -0700 Received: (qmail 10080 invoked from network); 1 Jul 2005 08:43:21 -0000 Received: from 82-69-78-226.dsl.in-addr.zen.co.uk (HELO ?192.168.0.4?) (82.69.78.226) by ns3.wkwyw.net with SMTP; 1 Jul 2005 08:43:21 -0000 Message-ID: <42C50225.60500@apache.org> Date: Fri, 01 Jul 2005 09:43:17 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Accessing the Daisy repository directly References: <42C462A6.2080300@apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Bertrand Delacretaz wrote: > Le 30 juin 05, =E0 23:22, Ross Gardler a =E9crit : >=20 >> ...Does anyone know if port 9263 is open on the zone? >=20 >=20 > It is, and apparently still accessible from the outside (works from=20 > here), but you need HTTP authorization to make requests to it. Yes, I am handling the authentication. But I'm not even given the=20 opportunity to authenticate because connection is refused. For example: I would expect: http://cocoon.zones.apache.org:9263 to ask me for a username and password, requesting a similar URL for my=20 test server does so. I would expect: http://username:password@cocoon.zones.apache.org:9263 to authnticate me, requesting a similar URL for my test server does so. If we are sure the port is open then this is probably one for the Daisy=20 lists. I'll take it there next week unless Steven Noels spots this thread= =2E Ross