Skip to content

Commit

Permalink
support custom ssl options.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed May 13, 2011
1 parent 376997c commit 0ad5306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rel/overlay/etc/rcouch/local.ini
Expand Up @@ -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
Expand Down

0 comments on commit 0ad5306

Please sign in to comment.