honoki

Results 33 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.

The token from the text input should be used whenever the Deploy button is pressed: ```java // from BurpExtender.java public void setApiKey(String api_key) { this.api_key = api_key; callbacks.saveExtensionSetting("digitalocean-api-key", api_key); }...

The current release already includes an update to have a 2nd proxy spun up and ready to switch, which can be done with the context menu button "cycle next droplet":...

To help troubleshoot, please post the output of the following commands: ```bash # see if the server is responding as expected curl $(jq -r '.couchdb' ~/.bbrf/config.json)/ -u bbrf:$(jq -r .password...

Closing due to no response; feel free to reopen if the issue persists.

Hey @pdelteil - I think this is intentional, to automatically improve the inscope by finding existing subdomains and checking whether or not they are out of scope before adding them...

Hi @pdelteil - gotcha; I'm leaning towards reverting this and making it opt-in behaviour by setting a program tag `bbrf program update testprogram -t auto-extend-scope:true`. In that case, only programs...

I've been thinking about this and would like to also incorporate the following changes: * `bbrf listen` only allows processing changes in real-time, i.e. does not allow processing changes at...