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:
[email protected]


With regards,
Apache Git Services

Reply via email to