Marcin Rataj
Marcin Rataj
I think there is an old code that support Basic Auth (https://github.com/ipfs/ipfs-webui/issues/836, https://github.com/ipfs/ipfs-webui/issues/1586), but afaik there is no support for `Bearer` tokens. The basic auth credentials are passed in URL...
Friendly ping to https://github.com/orgs/unstoppabledomains/people: @nickshatilo @bonsaiben How does DoH story look like for UD? Should we keep defaulting to Cloudflare (assuming its fixed soon)? We would prefer using `https://resolver.unstoppable.io/dns-query` directly,...
As noted in https://github.com/ipfs/boxo/issues/771#issuecomment-2573189494 now redirects to `https://dns.eth.link/dns-query`, which does not support UD (`.crypto`) domains. We are planning to replace default resolver with `https://resolver.unstoppable.io/dns-query` giving UD community a chance to...
Cloudflare decommissioned their ENS and UD resolver: > Ref. https://developers.cloudflare.com/fundamentals/api/reference/deprecations/#2025-07-01: >  It no longer resolves `.crypto` correctly, which means boxo/gateway is no longer able to resolve `.crypto` domains. https://github.com/ipfs/boxo/pull/782...
Friendly ping to https://github.com/orgs/unstoppabledomains/people: @nickshatilo @bonsaiben @unstoppable-devops If `https://resolver.unstoppable.io/dns-query` is not fixed by June 8th, we will remove it from implicit defaults at: https://github.com/ipfs/boxo/blob/405fe8ce640e4e91ea273f89ae0455b5056171e7/gateway/dns.go#L14
Triage notes: - we are missing high level api, may need to create new ones first - could be an example with existing APIs and opinionated as `ipfs add` from...
PRs with example ideas are welcome. Feel free to open PR drafts + comment on identified gaps + refer this issue in description.
I think a better name for what we need is "Retrieval Timeout" that covers both: - **Time to first byte**: If the gateway cannot start writing the response within this...
I am afraid even if we find a hacky workaround for libp2p-keys in ED25519, the problem remains for CID that use longer hash functions than sha256.
- I am not aware of any CA that provides double wildcard certs. That is why ENS gateway still has the TLS warning (example: https://blog.almonit.eth.link). - Switching the default text...