From 0ad5306d8aa3477509fe9515b9ae42c43e0a6bb1 Mon Sep 17 00:00:00 2001 From: benoitc Date: Fri, 13 May 2011 13:23:59 +0200 Subject: [PATCH] support custom ssl options. --- rel/overlay/etc/rcouch/local.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rel/overlay/etc/rcouch/local.ini b/rel/overlay/etc/rcouch/local.ini index 3a4129fc..7d395a58 100644 --- a/rel/overlay/etc/rcouch/local.ini +++ b/rel/overlay/etc/rcouch/local.ini @@ -50,6 +50,7 @@ [ssl] ;cert_file = /full/path/to/server_cert.pem ;key_file = /full/path/to/server_key.pem +;ssl_options = [{cacertfile, "/full/path/to/testca/cacert.pem"}, {verify,verify_peer}, {fail_if_no_peer_cert,false}] ; 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