Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3552

Troubleshooting • Re: http://mirror.infernocomms.net/.... Domain Blocked

$
0
0
If I enter this on my PI4 or even iPad, the browser re-directs to

http://mirror.infernocomms.net/raspbian ... _armhf.deb

with a Not Secure message in front and a Domain Blocked title to the tab.
That's not surprising, as the downloads are using http instead of https. You should be able to allow the download.

When I use wget on the command line to download the file I get the correct file size and correct hashes

Code:

rpdom@cam0:~ $ wget -S http://raspbian.raspberrypi.org/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5%2Bdeb11u3_armhf.deb--2024-02-11 11:13:50--  http://raspbian.raspberrypi.org/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5%2Bdeb11u3_armhf.debResolving raspbian.raspberrypi.org (raspbian.raspberrypi.org)... 93.93.128.193, 2a00:1098:0:80:1000:75:0:3Connecting to raspbian.raspberrypi.org (raspbian.raspberrypi.org)|93.93.128.193|:80... connected.HTTP request sent, awaiting response...   HTTP/1.1 302 Found  Date: Sun, 11 Feb 2024 11:13:50 GMT  Server: Apache/2.4.38 (Debian)  X-MirrorBrain-Mirror: inferno  X-MirrorBrain-Realm: country  Link: <http://raspbian.raspberrypi.org/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb.meta4>; rel=describedby; type="application/metalink4+xml"  Link: <http://mirror.infernocomms.net/raspbian/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb>; rel=duplicate; pri=1; geo=gb  Link: <http://mirror1.it.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb>; rel=duplicate; pri=2; geo=gb  Link: <http://mirror0.it.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb>; rel=duplicate; pri=3; geo=gb  Link: <http://mirror.mythic-beasts.com/raspbian/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb>; rel=duplicate; pri=4; geo=gb  Link: <http://mirrors.ircam.fr/pub/raspbian/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb>; rel=duplicate; pri=5; geo=fr  Location: http://mirror.infernocomms.net/raspbian/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb  Content-Length: 388  Connection: close  Content-Type: text/html; charset=iso-8859-1Location: http://mirror.infernocomms.net/raspbian/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb [following]--2024-02-11 11:13:50--  http://mirror.infernocomms.net/raspbian/raspbian/pool/main/o/openssh/openssh-sftp-server_8.4p1-5+deb11u3_armhf.debResolving mirror.infernocomms.net (mirror.infernocomms.net)... 193.57.144.119, 2a0f:85c0::119Connecting to mirror.infernocomms.net (mirror.infernocomms.net)|193.57.144.119|:80... connected.HTTP request sent, awaiting response...   HTTP/1.1 200 OK  Server: nginx  Date: Sun, 11 Feb 2024 10:53:14 GMT  Content-Type: application/octet-stream  Content-Length: 42768  Last-Modified: Fri, 22 Dec 2023 16:08:02 GMT  ETag: "6585b462-a710"  X-Varnish: 1450075 921912  Age: 1235  Via: 1.1 varnish (Varnish/6.0)  Accept-Ranges: bytes  Connection: keep-aliveLength: 42768 (42K) [application/octet-stream]Saving to: ‘openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb’openssh-sftp-server_8.4p1-5 100%[=========================================>]  41.77K  --.-KB/s    in 0.001s  2024-02-11 11:13:50 (40.6 MB/s) - ‘openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb’ saved [42768/42768]rpdom@cam0:~ $ ls -l openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb -rw-r--r-- 1 rpdom render 42768 Dec 22 16:08 openssh-sftp-server_8.4p1-5+deb11u3_armhf.debrpdom@cam0:~ $ sha256sum openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb c390e6041f025b70faa2f84e3192142f02c3c30d43cede9a7df7a42e23b7115c  openssh-sftp-server_8.4p1-5+deb11u3_armhf.debrpdom@cam0:~ $ sha1sum openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb 33b8d25dfe61115c1285da21e6df30d754ba537d  openssh-sftp-server_8.4p1-5+deb11u3_armhf.debrpdom@cam0:~ $ md5sum openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb 45a52c2ba555f81769e00aca70c3b388  openssh-sftp-server_8.4p1-5+deb11u3_armhf.deb
What do you get from wget?

Statistics: Posted by rpdom — Sun Feb 11, 2024 11:19 am



Viewing all articles
Browse latest Browse all 3552

Trending Articles