couchdb
couchdb copied to clipboard
Unable to disable port 5984 when using SSL / https
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].
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.
Any updates on this?
This is very important