我正在使用 CouchDB 2.0 并在尝试获取生产数据库上的索引定义时收到 404。
POST /db/_find
同样,我在使用和POST /db/_index
反对生产时收到 400 Bad Request 。
这些都适用于我的开发服务器(Mac OSX)
我正在使用 CouchDB 2.0 并在尝试获取生产数据库上的索引定义时收到 404。
POST /db/_find
同样,我在使用和POST /db/_index
反对生产时收到 400 Bad Request 。
这些都适用于我的开发服务器(Mac OSX)
除非您使用 HAProxy,否则 CouchDB 2.0 不能通过 SSL 工作。我没有使用 HAProxy,当通过 SSL 访问管理 API 时,各种 CouchDB 功能都会失败。
建议使用 HAProxy 来管理 SSL。
https://community.bitnami.com/t/unable-to-connect-via-https/48657/27