Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 59396 invoked from network); 16 Aug 2010 12:55:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 12:55:09 -0000 Received: (qmail 7703 invoked by uid 500); 16 Aug 2010 12:55:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 7387 invoked by uid 500); 16 Aug 2010 12:55:04 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 7372 invoked by uid 99); 16 Aug 2010 12:55:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 12:55:03 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of doublestagetrigger@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 12:54:56 +0000 Received: by vws14 with SMTP id 14so4826986vws.11 for ; Mon, 16 Aug 2010 05:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=dWm836jTKRtTyEb65N3F6XXXe3ls1SY9kWUMxyHkVmE=; b=veb4e7KJFPoJUcQotvHpY2AZvqqb+KD8DZ61OeqrQYtRSHS6lQH9MFVuAbN2k2iUQ7 NwuRJVPb6I0t37fFSqenzIzi/lblu+8NgQr6NG2ADZ9sWD+bv3b7OPJp7f4tFnthaNwe 4Jrsv8zYU6laub0GErq043YmUkU09QsNpgAec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=GYycFiMR0t+VzTKlmK1m2cJV9aC1Y5bScDmT2L+BZT4QrRsP80hh1KQqOhiiHuNb3n ck7odKV6COGxtBFyMOtMvFMqBaNKkp1fGbr/gzYyKFZwAPvQjUKUmEOtUyaukFrrMwgl duDLGjNXmo4DqS+SEQazyy8oBBXddabp4yvR0= MIME-Version: 1.0 Received: by 10.220.62.5 with SMTP id v5mr3036944vch.170.1281963274170; Mon, 16 Aug 2010 05:54:34 -0700 (PDT) Received: by 10.220.168.76 with HTTP; Mon, 16 Aug 2010 05:54:33 -0700 (PDT) In-Reply-To: <48C870BD-2C22-4AB4-9AAE-7FBAB53F16F4@agile-methoden.de> References: <48C870BD-2C22-4AB4-9AAE-7FBAB53F16F4@agile-methoden.de> Date: Mon, 16 Aug 2010 12:54:33 +0000 Message-ID: Subject: Re: couchdb on OS X asks for user/password when using curl From: =?ISO-8859-1?Q?Bruno_Roh=E9e?= To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org $ curl -u myusername http://anonexistenthost:5984 Enter host password for user 'myusername': Curl ask for a password before even opening the connection, so my best guess is that your .curlrc specifies a username for some reasons. On Tue, Aug 10, 2010 at 7:24 PM, Christian Noack wrote: > Today I installed couchdb on OS X (Snow Leopard) via MacPorts. =A0I start= ed couchdb and can connect to via the web browser (http://127.0.0.1:5984/).= I got the expected result: > "{"couchdb":"Welcome","version":"1.0.0"}" > > But when I try to connect via curl: " curl http://127.0.0.1:5984" =A0curl= asks me: "Enter host password for user 'myusername'". Why? I did not confi= gure any authentication. What would the right user/pasword combination be? > > Any hints? > > Best regards, > > Christian > > --- > agile methoden - consulting, coaching, training > Christian Noack > www.agile-methoden.de > Kr=FCckenweg 51, 44227 Dortmund > +49 231 108722732 > >