You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/07/13 14:18:33 UTC

[GitHub] newtewt commented on issue #1305: Enabling require_valid_user blocks login to Fauxton

newtewt commented on issue #1305: Enabling require_valid_user blocks login to Fauxton
URL: https://github.com/apache/couchdb/issues/1305#issuecomment-404847017
 
 
   Also on OSX and having same issue. 
   
   The response from curl. 
   
   "Basic realm=\"administrator\""
   
   Content of ~/Library/Preferences/couchdb2-local.ini
   
   ```
   
   [couchdb]
   database_dir = /Users/ewt/Library/Application Support/CouchDB2/var/lib/couchdb
   view_index_dir = /Users/ewt/Library/Application Support/CouchDB2/var/lib/couchdb
   uri_file = /Users/ewt/Library/Application Support/CouchDB2/var/run/couchdb/couch.uri
   uuid = 58e82549b52c230185de7c2c8fee903d
   
   [cluster]
   n = 1
   q = 2
   
   [log]
   writer = file
   file = /Users/ewt/Library/Logs/CouchDB2.log
   
   [admins]
   admin = <admin_details>
   
   [httpd]
   www-authenticate = Basic realm="administrator"
   
   [chttpd]
   require_valid_user = true
   bind_address = 0.0.0.0
   port = 5984
   
   [couch_httpd_auth]
   secret = <secret_details>
   ```

----------------------------------------------------------------
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