Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 61486 invoked from network); 19 Jul 2010 19:08:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 19:08:57 -0000 Received: (qmail 99705 invoked by uid 500); 19 Jul 2010 19:08:56 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 99360 invoked by uid 500); 19 Jul 2010 19:08:55 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 99070 invoked by uid 99); 19 Jul 2010 19:08:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 19:08:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robert.newson@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-ww0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 19:08:49 +0000 Received: by wwb18 with SMTP id 18so509873wwb.23 for ; Mon, 19 Jul 2010 12:07:40 -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; bh=g7goRsnmwV1WleD/w+XphQR627lMaamuCtFPahxc7H8=; b=goy63NoGHVFal3dPKsu81CVSIUwvx7eI4XdL5hnl1xo6GXAT/JhSRKwf4DBNX4jdDF a1RIJsvgx33aQb2Rw7jY3E3E00oauAAMf/a29QD+uZUJxjYGhiCb8UJ3kIDPPO2wKwOC Tj0zeRGVINkTi4qtm0EAKLvbofMLfnU9GMsJM= 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; b=er39JnIAilmKjJMaIq2pQMUvozR10dypJ77OA9GgZmdMf1AJALtpIQ7CKygMI8nPIH 6GGCIDJgRjT6JT7yLXfNqDL+xvTg/yVltNXJBJ9EvcPNHvyRYq6GF3+5eBfLfj7eMtGc q8a79yS52mKPpeYboqb8Cj+NV0QWS+QfCr8c8= MIME-Version: 1.0 Received: by 10.216.170.72 with SMTP id o50mr4289188wel.69.1279566459680; Mon, 19 Jul 2010 12:07:39 -0700 (PDT) Received: by 10.216.178.5 with HTTP; Mon, 19 Jul 2010 12:07:39 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Jul 2010 15:07:39 -0400 Message-ID: Subject: Re: CouchDB with SSL support. From: Robert Newson To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 6984 is currently unassigned. Not sure how we grab it. B. On Mon, Jul 19, 2010 at 3:04 PM, Robert Newson wrote: > While I wait for others to verify the Futon test results, etc, there > are two things left to discuss w.r.t SSL support. > > 1) CouchDB should handle HTTP and HTTPS at the same time; my current > patch does not do this, but will before it's trunk-worthy, which leads > to; > 2) 5984 is registered with IANA for HTTP. Since I'm pretty sure we > can't use the same port for HTTP and HTTPS at the same time, I think > we need to register another port for this? > > B. > > On Mon, Jul 19, 2010 at 10:40 AM, Robert Newson wrote: >> All, >> >> I forked couchdb and added SSL support by upgrading to the latest >> mochiweb code and fixing a bunch of issues. >> >> http://github.com/rnewson/couchdb/tree/ssl >> >> B. >> >