Repository: couchdb Updated Branches: refs/heads/master cdac72996 -> 1cfc6a12b
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/master Commit: 1cfc6a12b5eaaa441e63f5f0a948ded0c6ee51f2 Parents: cdac729 Author: Robert Newson <rnew...@apache.org> Authored: Sat Oct 18 13:51:37 2014 +0100 Committer: Robert Newson <rnew...@apache.org> 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