You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/10/06 16:05:00 UTC

[GitHub] wohali opened a new issue #871: httpsd refusing to access any system DBs

wohali opened a new issue #871: httpsd refusing to access any system DBs
URL: https://github.com/apache/couchdb/issues/871
 
 
   ## Expected Behavior
   1. enable httpsd:
   ```
   [daemons]
   httpsd = {chttpd, start_link, [https]}
   [ssl]
   ; cert stuff goes here
   ```
   2. `curl https://localhost:6984/_membership` and see the cluster membership.
   
   ## Current Behavior
   1. enable httpsd:
   ```
   [daemons]
   httpsd = {chttpd, start_link, [https]}
   [ssl]
   ; cert stuff goes here
   ```
   2. `curl https://localhost:6984/_membership` and see an error. Same thing is true for `/_users` for instance.
   
   Other references: https://stackoverflow.com/questions/41194127/couchdb-permissions-over-https
   
   ## Your Environment
   * Version used: master
   * Browser Name and version: curl
   * Operating System and version (desktop or mobile): Debian 8
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services