honoki

Results 23 comments of honoki

I ran some local tests and am also seeing the timeout via curl sometimes, but not consistently. It looks like you found a configuration issue. I'm looking into https://docs.couchdb.org/en/stable/api/database/changes.html#db-changes and...

Additionally, it looks like disabling the [proxy_buffering](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering) directive will be necessary to improve listening to changes. I'm not sure how that will play with gzip compression.

Can you show the result of `curl https://bbrf.example.com/bbrf/target`? In general, you can bypass certificate errors by setting `{"ignore_ssl_errors": true}` in the `~/.bbrf/config.json` file.