-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
what i just experienced:
- browsed the files of your ipfs arch repo at http://x86-64.archlinux.pkg.pacman.store.ipns.localhost:8080/iso/latest (local gateway with local ipfs node)
- clicked "copy shareable link" at the ipfs companion firefox extension
- pasted the url to address bar in another tab: https://x86-64.archlinux.pkg.pacman.store.ipns.dweb.link/iso/latest
- i ended up with ssl certificate error:
Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for x86-64.archlinux.pkg.pacman.store.ipns.dweb.link. The certificate is only valid for the following names: *.i.ipfs.io, *.ipfs.dweb.link, *.ipfs.io, *.ipns.dweb.link, dweb.link, ipfs.io
Error code: SSL_ERROR_BAD_CERT_DOMAIN
...so i guess the "*" wildcard character only covers a single-level subdomain, not "infinite"-level.
migrating to something like "x86-64-archlinux-pkg-pacman-store.ipns.dweb.link" would probably solve the issue but i can imagine it's not feasible for some reason i'm not aware of. :-(
...so, what to do now?
Reactions are currently unavailable