-
Notifications
You must be signed in to change notification settings - Fork 41
SSL cert problems accessing dweb.link with IPNS #506
Comments
Hi @eminence, thanks for the report! I believe this is a known bug, but I can't find the ticket. I suspect if I say @lidel's name three times, he just might appear with some context. :)
One of the "fun" quirks of DNS is that wildcards only work for that 1 level and but not multiple levels (sub-subdomains). The wildcard cert we have for So the browser errors are to be expected given the domain we redirect to. That said, we shouldn't be redirecting to such a domain. It should be a It might make sense to move this to |
Ahh, I see. That is indeed a fun little quirk, though a bit disappointing. I guess in theory the redirection would be OK over http, but since dweb.link has HSTS, that's not relevant here. Turns out getting IPNS, HTTPS, and custom domains is a bit challanging! Many thanks for the info |
If you mention me only once, it takes longer, but I will appear anyway! ;) Indeed, it is unfortunate that DNSLink names trigger TLS error. Potential solutions/workarounds are listed in ipfs/in-web-browsers#169:
Note:
|
Thanks for appearing with some good info @lidel :) since this is a known issue, I'm happy to close this issue and move the discussion to the two in-web-browsers ticket you linked. |
Awesome stuff, thanks all for making this work! |
Hi all, I believe I have the right home for the issue, but if not, please redirect me as needed.
I believe the following URL should work: https://dweb.link/ipns/ipfs.io/
The official docs seem to suggest an IPNS url like this is allowed.
When loaded in Chrome 86 on Windows 10, I get this message from chrome:
And trying on Firefox 82 on the same Windows 10 machine, I get this message:
The message from Firefox is especially confusing since it certainly looks like
ipfs.io.ipns.dweb.link
matches the wildcard*.ipns.dweb.link
Thanks!
The text was updated successfully, but these errors were encountered: