apt update fails because DNS lookups for deb.greenbone.net resolve to the TEST-NET address 203.0.113.1, and all HTTPS connections time out. Hard-coding the IP in /etc/hosts leads to a TLS certificate mismatch.
What I’ve already checked
DNS resolution via public resolvers (8.8.8.8, 1.1.1.1) always returns 203.0.113.1.
nc -vz deb.greenbone.net 443 → connection timed out
openssl s_client -connect deb.greenbone.net:443 → connection timed out
No /etc/hosts entries override the domain, and corporate DNS does not intercept it locally.
Imported the GPG key from https://www.greenbone.net/GBCommunitySigningKey.asc successfully, but apt update still fails on InRelease.
Questions
Is the Jammy repository currently serving a placeholder at 203.0.113.1?
When will the production CDN node (with a valid InRelease) be available?
Is there an alternate URL or mirror list for the Community Edition APT repo?
Any guidance would be greatly appreciated—thanks in advance!
AI hallucination maybe? This is the second time within a few weeks some one tried to use non-existing APT/Debian repositories for installing the community edition:
Thanks for the quick replies! I haven’t manually added any Greenbone repository—here’s exactly what happened:
I ran “sudo apt update”
And without any prior changes to /etc/apt/sources.list***, the output included:
Ign:9 https:/deb.greenbone.net/community-edition jammy InRelease
Err:9 https:/deb.greenbone.net/community-edition jammy InRelease
Could not connect to deb.greenbone.net:443 (203.0.113.1), connection timed out
The only occurrence of deb.greenbone.net is stored in the file:
/etc/apt/sources.list.d/greenbone-community.list
PS: I removed one “/” in the Err:9 line (https:/deb.greenbone.net/community-edition jammy InRelease) so that the site wouldn’t complain about the link.
Here’s the deal: I didn’t modify anything myself—I inherited this project from a colleague who left the company, so he may have obtained that link from somewhere. In any case, if you have the current repository URL, could you please share it?
So here’s my question: of course I could reinstall the system, but then where would updates be pulled from? Also, if I reinstall, can I import my old scan profiles or will I have to recreate everything from scratch?