Jump to content

Recommended Posts

Posted (edited)

I did a new install of Armbian 5.88 Debian Stretch 

I then ran

apt update

I got the following error:

 

Err:8 https://apt.armbian.com stretch Release
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Reading package lists... Done
E: The repository 'https://apt.armbian.com stretch Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

 

I then ran 

apt-get install --reinstall ca-certificates

but still get the same error.

 

Edited by canabino
Posted

I don't understand because it is comunicating with the debian servers correctly.

It just fails at Armbian's 

This is a new install

root@rockpi:~# apt-get update
Hit:1 http://security.debian.org stretch/updates InRelease
Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Hit:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
Hit:4 http://cdn-fastly.deb.debian.org/debian stretch-backports InRelease
Hit:5 http://cdn-fastly.deb.debian.org/debian stretch Release
Ign:7 https://apt.armbian.com stretch InRelease
Err:8 https://apt.armbian.com stretch Release
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Reading package lists... Done
E: The repository 'https://apt.armbian.com stretch Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.


 

Posted

Now I get this.

  Reveal hidden contents

 

Posted

I had this issue but after reconfiguring the ca-certs I got the root of the problem:

Err:6 https://apt.armbian.com buster Release                          
  Could not wait for server fd - select (11: Resource temporarily unavailable) [IP: 2001:bb8:4008:20:5054:ff:fea8:96fc 443]
 

adding 193.40.103.96 apt.armbian.com to /etc/hosts fixed it for me

Posted

 

 

I am getting packages from deb.debian.org using IPv6 address without any issues, just armbian seems to be slow or some other issue, hence fixing it as IPv4 in the hosts file fixed the problem

Posted
  On 11/4/2019 at 3:40 PM, jinxjim said:

I am getting packages from deb.debian.org using IPv6 address without any issues, just armbian seems to be slow or some other issue, hence fixing it as IPv4 in the hosts file fixed the problem

Expand  


OK, we will check if issue is on our side.

Posted

Hi Igor,

 

The problem still occurs. I changed to the China mirror https://mirrors.tuna.tsinghua.edu.cn/armbian and it works OK with IPv6.

 

It does not affect me and I have already 2 workarounds, just to let you know that IPv6 is not working at apt.armbian.com but it does have an IPv6 address assigned to it.

Posted

Hi,

 

Since a few days, from time to time, I get a similar issue :

W: The repository 'http://apt.armbian.com stretch Release' does not have a Release file.
E: Failed to fetch https://apt.armbian.com/dists/stretch/main/binary-armhf/Packages  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Some index files failed to download. They have been ignored, or old ones used instead.

I don't know about reconfiguring ca-certificates, but by forcing apt-get to use IPv4, I could workaround the issue. But I must insist : sometimes, it works without forcing apt-get to use IPv4.

echo 'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv4

If someone has an idea how to find out the exact root cause, I'm available to do some testing.

Posted

IPV6 values seems fine. They are set for all hosts except for one mirror. No idea what else could be wrong?

Posted
  On 4/8/2020 at 1:21 PM, Igor said:

No idea what else could be wrong?

Expand  

On my side, no, I don't. I intermittently got this error message during my tests to automate my SBC's installation (from scratch). But the image and the network configuration of the SBC have been the same since the beginning. And I haven't change my network setup lately.

 

The only idea I can think of is a network issue between your hosting provider and my ISP or maybe my ISP's DNS server giving me a wrong answer.

Posted

Since I also had this problem:

Your time is probably off. I installed an image from a while ago and the time on the board didn't update. Then the certificates are invalid, because they're only valid for 30 days. I did set the time roughly correct to get it going:

sudo date --set="2020-06-26 09:05:59.990"

After that everything starts working again.

Posted

Having the same issue. 

 

  Reveal hidden contents

 

Posted

Tried all of this 

apt-get install --reinstall ca-certificates
dpkg-reconfigure ca-certificates
\\Also added "173.45.128.12 apt.armbian.com" to /etc/hosts after pinging it and getting the IP-address
Ipv4 echo "'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv4"

Getting the following:


 

  Reveal hidden contents

 And yes - NTP working correctly and time is OK

Posted

Seems to be working after moving from HTTPS to HTTP in /etc/apt/sources.list.d/armbian.list

But it's probably only a temporarily solution.

deb http://apt.armbian.com bullseye main bullseye-utils bullseye-desktop

 

 

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines