Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 04E95CC94 for ; Fri, 28 Nov 2014 21:00:06 +0000 (UTC) Received: (qmail 97665 invoked by uid 500); 28 Nov 2014 21:00:04 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 97560 invoked by uid 500); 28 Nov 2014 21:00:04 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 96555 invoked by uid 99); 28 Nov 2014 21:00:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2014 21:00:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F0EDF8B6996; Fri, 28 Nov 2014 21:00:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Date: Fri, 28 Nov 2014 21:00:25 -0000 Message-Id: <5931a5725e6c467793a1348205141f0f@git.apache.org> In-Reply-To: <73dbd4c3aedd405d98e87fed3b3c1cb9@git.apache.org> References: <73dbd4c3aedd405d98e87fed3b3c1cb9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/47] couchdb commit: updated refs/heads/enable-csp-default to dbd38a1 Remove sslv3 from example local.ini file Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1cfc6a12 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1cfc6a12 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1cfc6a12 Branch: refs/heads/enable-csp-default Commit: 1cfc6a12b5eaaa441e63f5f0a948ded0c6ee51f2 Parents: cdac729 Author: Robert Newson Authored: Sat Oct 18 13:51:37 2014 +0100 Committer: Robert Newson Committed: Sat Oct 18 13:51:46 2014 +0100 ---------------------------------------------------------------------- rel/overlay/etc/local.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/1cfc6a12/rel/overlay/etc/local.ini ---------------------------------------------------------------------- diff --git a/rel/overlay/etc/local.ini b/rel/overlay/etc/local.ini index dfd5d67..5877eb4 100644 --- a/rel/overlay/etc/local.ini +++ b/rel/overlay/etc/local.ini @@ -75,7 +75,7 @@ ; or in OpenSSL format "ECDHE-ECDSA-AES128-SHA256". ;ciphers = ["ECDHE-ECDSA-AES128-SHA256", "ECDHE-ECDSA-AES128-SHA"] ; The SSL/TLS versions to support -;tls_versions = [sslv3, tlsv1, 'tlsv1.1', 'tlsv1.2'] +;tls_versions = [tlsv1, 'tlsv1.1', 'tlsv1.2'] ; To enable Virtual Hosts in CouchDB, add a vhost = path directive. All requests to ; the Virual Host will be redirected to the path. In the example below all requests