System Information
Operating system: Windows 10
Graphics card: n/a
Blender Version
Broken: Installing Blender 3.3 using scoop.sh installer results in failed validation procedure
Worked: This worked as of release date for 3.3 on another machine using the same installation method
Short description of error
Installing via scoop.sh, using powershell to run "scoop install blender" results in the error message:
Installing 'blender' (3.3.0) [64bit] from extras bucket
The remote certificate is invalid according to the validation procedure.
URL https://download.blender.org/release/Blender3.3/blender-3.3.0-windows-x64.zip is not valid
Checking the URL with a browser results in an Error: NET::ERR_CERT_AUTHORITY_INVALID
It appears the Certificate is invalid or expired
Exact steps for others to reproduce the error
Run Powershell
Run the following commands as per scoop.sh
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex
install git
scoop bucket add extra
scoop install blender