denoland / deno_install

Deno Binary Installer
https://deno.land/
MIT License
966 stars 179 forks source link

Issue with "iwr https://deno.land/x/install/install.ps1 -useb | iex" #257

Open tsaxking opened 1 year ago

tsaxking commented 1 year ago

Hello, I ran: iwr https://deno.land/x/install/install.ps1 -useb | iex and had this problem. It seems at https://deno.land/x/install/install.ps1:39 it is trying to remove a file that does not exist. I am unsure if that problem is on my end. Is that deno.zip file supposed to be the same as ? I genuinely do not understand what is happening.

OS: Windows 10 Home x64

image

MarkTiedemann commented 1 year ago

"The revocation function was unable to check revocation for the certificate."

Seems to me like a duplicate of #223.

Hopefully, this was only a temporary outage.

Leokuma commented 1 year ago

Are we sure the problem is that the revocation server is down? It seems to be happening too often. It has happened to many people on Discord and even to my coworkers.

I think we should give more attention to this problem because I'm afraid that frustrated newcomers might just give up on using Deno because they can't install it.

Discussion about the security implications of --ssl-no-revoke: https://security.stackexchange.com/questions/267725/is-it-necessary-for-curl-to-check-for-crl-in-windows