wohali commented on issue #1982: Error 500 when no basic auth credentials passed URL: https://github.com/apache/couchdb/issues/1982#issuecomment-473996306 The [line that's being reported as an error here](https://github.com/apache/couchdb/blob/master/src/chttpd/src/chttpd_auth.erl#L55) is the line that fetches your ``` [chttpd] require_valid_user = false ``` from the config file. You have a capital `False` in there. Make that `false` and the problem will go away. For better or worse, Couch has made a project decision not to relax handling input on these types of things, so I'll close this as resolved. Hope it solves your problem!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
