You are not logged in.
Hello,
I am getting the following error with apt whilst running with a vpn.
Ign:9 https://pkg.bunsenlabs.org/debian boron InRelease
Err:9 https://pkg.bunsenlabs.org/debian boron InRelease
Could not handshake: An unexpected TLS packet was received. [IP: 49.12.104.37 443]
Using curl I get:
❯ curl pkg.bunsenlabs.org --verbose
* Trying 49.12.104.37:80...
* Connected to pkg.bunsenlabs.org (49.12.104.37) port 80 (#0)
> GET / HTTP/1.1
> Host: pkg.bunsenlabs.org
> User-Agent: curl/7.88.1
> Accept: */*
>
< HTTP/1.1 500 Internal Server Error
< Content-Type: text/plain; charset=utf-8
< X-Content-Type-Options: nosniff
< Date: Tue, 29 Apr 2025 22:11:00 GMT
< Content-Length: 55
<
dial tcp4 146.70.9.231:0->49.12.104.37:80: i/o timeout
* Connection #0 to host pkg.bunsenlabs.org left intact
Anyway to get around this without having to stop the VPN and then restart it.
It seems to be related to apt trying to make an http connection instead of an https.
Thanks for any help with this.
Offline
For what it's worth, here's what curl reports for me, on a normal connection:
john@boron:~$ curl pkg.bunsenlabs.org --verbose
* Trying 49.12.104.37:80...
* Connected to pkg.bunsenlabs.org (49.12.104.37) port 80 (#0)
> GET / HTTP/1.1
> Host: pkg.bunsenlabs.org
> User-Agent: curl/7.88.1
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Thu, 01 May 2025 03:58:23 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 146
< Connection: keep-alive
<
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host pkg.bunsenlabs.org left intact
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline