Amir Omidi

Results 104 comments of Amir Omidi

Released a new version (forked) that doesn't fix this problem, but essentially always forces in place to be checked. https://github.com/aaomidi/deluge-extractor/releases/tag/0.5

I can confirm this issue happens to me as well. I don't do anything differently I can extract manually I've deployed deluge on docker. I can start a bash shell...

Linux container. Multiple part rars, usually have a .rar file.

I think to simplify this, what @Zenexer is stating is that a third party actor can initiate a request to `/.well-known/acme-challenge/$token` - and caddy will hit the `ask` endpoint even...

> That's impossible. It has to do DNS lookups at any sort of scale Not really, this fully depends on the use case defined here imo. In your use case,...

> I'm having a hard time envisioning common use cases for on-demand TLS in which the operator of Caddy has exclusive ownership and control over all of the domain names...

@Zenexer’s use case allows people to point their domains to their infrastructure without any registration, etc. From what I’m understanding, there is no registration or direct user involvement. The only...

> I don't understand. Your ask endpoint would reject it so Caddy wouldn't issue a cert. I don't see how what "hosting providers" do matters here. There is no external...

There are some issues with hermetic_cc_toolchain and MacOS specifically: https://github.com/uber/hermetic_cc_toolchain/issues/10 I was running Bazel in a Nix shell environment, and had to setup llvm toolchains to get it working on...