You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I have encountered the same error even when NIX_SSL_CERT_FILE=<CA_PATH> given on multi-user installation. After a removal and re-installation for single-user, it did work in a cooperate network.
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 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: