Repository: couchdb-documentation Updated Branches: refs/heads/master be839be22 -> 4d1309e3d
we don't enable sslv3 Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/4d1309e3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/4d1309e3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/4d1309e3 Branch: refs/heads/master Commit: 4d1309e3d9e818a40b3047813d59b03c210f4bc6 Parents: be839be Author: Robert Newson <[email protected]> Authored: Wed Nov 12 20:20:29 2014 +0000 Committer: Robert Newson <[email protected]> Committed: Wed Nov 12 20:20:29 2014 +0000 ---------------------------------------------------------------------- src/config/http.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/4d1309e3/src/config/http.rst ---------------------------------------------------------------------- diff --git a/src/config/http.rst b/src/config/http.rst index 2166026..33adb84 100644 --- a/src/config/http.rst +++ b/src/config/http.rst @@ -423,7 +423,7 @@ Secure Socket Level Options Set to a list of permitted SSL/TLS protocol versions:: [ssl] - tls_versions = [sslv3 | tlsv1 | 'tlsv1.1' | 'tlsv1.2'] + tls_versions = [tlsv1 | 'tlsv1.1' | 'tlsv1.2'] .. _cors:
