-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL certificate for archive.raspberrypi.org invalid #3575
Comments
Hi, many thanks for your message. The domain As a temp workaround you could change from secure SSL/HTTPS to a non-secure HTTP connection. |
|
I'm experiencing the same thing. |
How do you change it to a unsecure SSL |
you can do
SSL is secure by default. Un-secure means, without SSL and encryption. |
As written above: Change
in /etc/apt/sources.list.d/raspi.list to
I knew it's an external error from the beginning, but one that affects a lot of people. |
so in one of the files on the SD card before installing it? I'm trying to install it on my pi4 |
or in the command |
sorry I'm so new to this. I was hoping to run my raspberry pi4 with an OS that uses FireFox as the browser vs chromium trying to not support google that much these days |
this is an external error that occurs today but we can't fix it from DietPi side. Once you hit by this, exit the setup, change the file and reboot. Or you have a system that can read ext4 file system. If yes you can add your SD card and mount the DietPi ext4 partition to change the file |
great thanks so much |
Verified:
Strange that my Opera browser has no issues, showing all the certs of the chain being valid with expiry at earliest in 15.07.2020. |
Changed https to http received below error `Err:8 http://archive.raspberrypi.org/debian buster/main armhf Packages
Tried performing Same issue. Can lockdown get worse than this? :-( |
I guess there are changes or issues at @MichaIng |
I am unable to install Dietpi due to this, is the a file I can edit on the SD card in windows? |
Once you hit by this, exit the setup, change the file and reboot. |
Reboot is not even required, the following will continue first boot setup: |
Filed the issue: |
Let's hope they will fix it soon |
Should be sorted now. |
ok I will mark this topic as closed as the issue seems to be fixed at |
Creating a bug report/issue
Required Information
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=30
G_DIETPI_VERSION_RC=0
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
echo $G_DISTRO_NAME
orcat /etc/debian_version
buster
uname -a
Linux dietpi 4.19.118-v7+ #1311 SMP Mon Apr 27 14:21:24 BST 2020 armv7l GNU/Linux
echo $G_HW_MODEL_NAME
or (EG: RPi3)RPi 3 Model B+ (armv7l)
5V / 2.0A
SanDisk Extreme (64GB)
Steps to reproduce
sudo apt update
Expected behaviour
It should sync as it does when changing
deb https://archive.raspberrypi.org/debian/ buster main
in /etc/apt/sources.list.d/raspi.list to
deb http://archive.raspberrypi.org/debian/ buster main
Actual behaviour
"https://archive.raspberrypi.org/debian buster Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 93.93.135.117 443]"
Extra details
The aforementioned error shows up on all my local devices (1x RPi 3 / 2x Zero W) - all running dietpi. Which is the expected result, because it's an external error. But one that affects dietpi in general, since it relies on that specific repo (via ssl).
The text was updated successfully, but these errors were encountered: