Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "How_to_enable_SSL" page has been changed by DaveCottlehuber:
http://wiki.apache.org/couchdb/How_to_enable_SSL?action=diff&rev1=5&rev2=6

Comment:
note on realworld couch

  <<Include(EditTheWiki)>>
  
- CouchDB now natively supports SSL from version 1.1.0 and onwards.
+ CouchDB now natively supports SSL from version 1.1.0 and onwards, assuming 
your underlying Erlang/OTP install supports it.
  
  To enable it;
  
@@ -45, +45 @@

  curl -k -v https://localhost:4433/
  }}}
  
+ == Notes ==
+ 
+ Current Erlang/OTP releases at R15B02 or earlier have a variety of minor 
issues cropping up with SSL. If your usage is expected to be heavy, you may 
wish to consider using an SSL wrapper, e.g. 
[[https://www.stunnel.org/|stunnel]] or [[http://haproxy.1wt.eu/|haproxy]] or 
reverse / front-end proxies such as nginx or apache2 in place.
+ 

Reply via email to