Martin and Patrick, thank you very much for your replies! When I had this problem I double-checked that my date & time were OK - so not sure what really happened (hopefully not some MITM attempt etc) - but a few hours later everything works fine now. I will follow your debug suggestions in case this issue returns
On Tue, Jan 16, 2024 at 5:26 PM Patrick Georgi patrick@coreboot.org wrote:
- Januar 2024 14:15, "Mike Banon" mikebdp2@gmail.com schrieb:
Good day! I just found out that my wgets at http://dangerousprototypes.com/docs/Lenovo_G505S_hacking scripts (for restoring & configuring the AMD opensource AGESA boards at modern coreboot) - are failing because of this certificate error. To reproduce this easily you do not have to run the whole csb_patcher.sh or restore_agesa.sh - doing just a simple wget is more than enough, i.e.:
wget "https://review.coreboot.org/changes/79838/revisions/2/patch?zip"
Works here.
Issued certificate has expired.
The current cert is valid from 2023-12-22 to 2024-03-21. I wonder if your system clock is _way_ off. For certificate issues, it helps if you check a third party first to see if they agree with your assessment that something is wrong with the cert - for example: https://www.ssllabs.com/ssltest/analyze.html?d=review.coreboot.org
Patrick