Curl error 56 when updating system

Good evening everyone.

Every time i run the dnf update command, I get this error.

MIRROR] google-chrome-stable-108.0.5359.124-1.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-108.0.5359.124-1.x86_64.rpm [OpenSSL SSL_read: Connection reset by peer, errno 104]
[MIRROR] google-chrome-stable-108.0.5359.124-1.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-108.0.5359.124-1.x86_64.rpm [OpenSSL SSL_read: Connection reset by peer, errno 104]
(5/7): teamviewer_15.37.3.x86_64.rpm 245 kB/s | 66 MB 04:34
[MIRROR] google-chrome-stable-108.0.5359.124-1.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-108.0.5359.124-1.x86_64.rpm [OpenSSL SSL_read: Connection reset by peer, errno 104]
[MIRROR] google-chrome-stable-108.0.5359.124-1.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-108.0.5359.124-1.x86_64.rpm [OpenSSL SSL_read: Connection reset by peer, errno 104]
[FAILED] google-chrome-stable-108.0.5359.124-1.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success
(7/7): firefox-102.6 78% [==============- ] 3.4 MB/s | 207 MB 00:16 ETA
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing ‘dnf clean packages’.
Error: Error downloading packages:
google-chrome-stable-108.0.5359.124-1.x86_64: Cannot download, all mirrors were already tried without success

I avoid running the command

sudo update-crypto-policies --set LEGACY

Please assist.

Looks like non-Rocky repo is dropping connection for some reason. Might be worth disable that unofficial repo and try dnf upgrade again.

1 Like

Thank you @gerry666uk

I actually uninstalled the Google Chrome package and reinstalled it again.

Now running okay.

Thank you.