Open hasufell opened 2 days ago
Is this in some work/org environment that does or might have an ssl-intercepting proxy?
I am not certain if this is right since I haven't had to deal with one myself, but a single-user install might be picking up a cert bundle from an env that isn't available/set for the nix-daemon service.
Is this in some work/org environment that does or might have an ssl-intercepting proxy?
No.
Describe the bug
On a multi-user install, every nix command throws SSL connect errors when trying to fetch from the cache. A single user install works fine.
Steps To Reproduce
Steps to reproduce the behavior:
sh <(curl -L https://nixos.org/nix/install) --daemon
nix-shell -p nix-info --run "nix-info -m"
Expected behavior
Nix commands that fetch from the cache work.
Screenshots
Additional context
Nix was installed previously (also as multi-user). Due to a broken store, nix was uninstalled first according to the instructions at https://nix.dev/manual/nix/2.18/installation/uninstall.
The system is OpenSUSE Tumbleweed.
A single-user install works:
Metadata
Not possible to retrieve metadata.
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
Add a :+1: reaction to issues you find important.