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 2017/10/18 16:34:26 UTC

[GitHub] dwbentley opened a new issue #901: HTTP access cannot be disabled Couch 2.1.0

dwbentley opened a new issue #901: HTTP access cannot be disabled Couch 2.1.0 
URL: https://github.com/apache/couchdb/issues/901
 
 
   <!--- Provide a general summary of the issue in the Title above -->
   
   ## Expected Behavior
   Commenting the following from the default.ini
   `[daemons]`
   `httpd={couch_httpd, start_link, []}`
    Disables HTTP access
   
   ## Current Behavior
   Commenting that line has no effect on HTTP access
   
   ## Possible Solution
   <!--- Not obligatory, but suggest a fix/reason for the bug, -->
   <!--- or ideas how to implement the addition or change -->
   
   ## Steps to Reproduce (for bugs)
   <!--- Provide a link to a live example, or an unambiguous set of steps to -->
   <!--- reproduce this bug. Include code to reproduce, if relevant -->
   1. Start CouchDB
   2. Use command line tool (Curl this instance): curl "http://localhost:5984"
   3. Receive the CouchDB welcome return
   4. Stop CouchDB
   5. Comment out above line within defaul.ini
   6. Start CouchDB
   7. Use command line tool (Curl this instance): curl "http://localhost:5984"
   8. Receive CouchDB welcome return
   
   This should have returned host unreachable.
   
   ## Context
   <!--- How has this issue affected you? What are you trying to accomplish? -->
   <!--- Providing context helps us come up with a solution that is most useful in the real world -->
   Running CouchDB in an environment with a requirement to ONLY use HTTPS for web based API puts us in a delinquent state in regards to environment network security.
   
   ## Your Environment
   <!--- Include as many relevant details about the environment you experienced the bug in -->
   * Version used: 2.0.1
   * Browser Name and version: Chrome and Edge
   * Operating System and version (desktop or mobile): Windows 10
   * Link to your project:
   

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