couchdb icon indicating copy to clipboard operation
couchdb copied to clipboard

Unable to disable port 5984 when using SSL / https

Open wohali opened this issue 6 years ago • 3 comments

Description

It should be possible to configure CouchDB to serve documents only over an SSL port (default: 6984) and not the insecure http port (defautl: 5984).

Steps to Reproduce

n/a

Expected Behaviour

CouchDB only binds to port 6984 with the httpsd daemon.

Your Environment

  • CouchDB Version used: master

Additional context

This is a common request, and something we lost when we made security settings changes in 2.3.1, since it is no longer possible to disable the daemon via [daemons].

wohali avatar Aug 12 '19 18:08 wohali

It would also be nice, if the bind address for SSL and plain could be different. As an example, enable plain access on localhost only and SSL for all interfaces.

schneuwlym avatar Apr 07 '21 07:04 schneuwlym

Any updates on this?

douglasawh avatar May 05 '23 13:05 douglasawh

This is very important

viniciuscb avatar Sep 21 '23 01:09 viniciuscb