You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
Navigating to almonit.eth/ redirects to http://almonit.eth.link/
Expected result
It should redirect to https://almonit.eth.link/
Defaulting to HTTPS makes sense, as .eth.link supports HTPS, and Edge/chrome will start warning that http sites are unsafe.
The text was updated successfully, but these errors were encountered:
DavidBurela
changed the title
Redirecting .ETH/ to .ETH.LINK should use HTTPS instead of HTTP
Redirecting .ETH/ -> .ETH.LINK should use HTTPS instead of HTTP
Feb 5, 2020
If I had to take a wild guess of what needs to be updated, I would think it is this line.
I don't have an environment set up to do extension development, otherwise I'd attempt creating a PR for this
@chris-remus FYI there is an open issue with HTTPS on *.eth.link – is there an open issue for this somewhere? If not, where I can report below?
Gateway at eth.link uses LetsEncrypt certs that work only with *.eth.link and will fail for *.*.eth.link.
For example https://blog.khinsen.eth.link/ (loaded without ipfs-companion) produces certificate validation errors in both Firefox and Chromium. User can manually bypass the error and page will load fine, but its bad UX.
Platform:
Windows
Microsoft Edge / Chrome,
Issue
Navigating to
almonit.eth/
redirects tohttp://almonit.eth.link/
Expected result
It should redirect to
https://almonit.eth.link/
Defaulting to HTTPS makes sense, as .eth.link supports HTPS, and Edge/chrome will start warning that
http
sites are unsafe.The text was updated successfully, but these errors were encountered: