You are not logged in.

#1 2025-04-29 23:51:57

MidGe
Member
Registered: 2017-06-09
Posts: 14

apt error for pkg.bunsenlabs.org (with VPN running)

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

#2 2025-05-01 04:01:42

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,652
Website

Re: apt error for pkg.bunsenlabs.org (with VPN running)

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 )

Introduction to the Bunsenlabs Boron Desktop

Offline

Board footer

Powered by FluxBB