Historical reasons I believe and also because packages are signed. Though there’s been a few vulnerabilities that have made TLS (IMHO) a necessity. As well as just preventing snooping. Modern debian and apt should support TLS out of the box now.
Hosting https://lemmyland.com/ and enjoying the lemmy-verse so far 😄
- 0 Posts
- 3 Comments
Joined 3 years ago
Cake day: June 8th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Unlikely to be the problem, but I’d switch the config to use https URLs.


If you use containers with health checks (including with curl), you need to tell docker (or podman) to provide an init process to reap child processes. For docker that means providing
--initwhen running a container. It’s a pretty common problem.