-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to check ‘https://nixos.org/channels/nixpkgs-unstable’ on OS X 10.10.5 #728
Comments
As a work-around, it might help to change https to http in |
So what is the cause of this issue? |
It sounds like it's a certificate problem on OSX. Similar to #921 Try manually:
|
Having the same issue on my machine, I'd like to take a closer look at what's happening under the hood. Are there log files or can I switch on a verbose mode that shows me all the calls being made? I'm pretty new to Nix so links to the relevant documentation would be fine. |
I am seeing the same issue using Nix on Ubuntu 16.04. |
FWIW it seems that On OS X 10.11.6, the following worked around the issue: sudo nix-channel --remove nixpkgs
sudo nix-channel --update
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
nix-channel --update TBH I'm not sure why specifically. Notes:
|
Hi! I'm having that same issue on Ubuntu 14.04. I tried the workarounds stated here but nothing worked. Thanks! |
Same issue here on Ubuntu 16.04 |
@norival @arichiardi are those issues upon installation? |
@domenkozar yes, during installation, using this command: |
I tried some dirty hacks on the
I don't know if this can help... Also, this is at my office computer where there is a http proxy. Maybe the problem comes from it... I tried at home on ArchLinux and everything is ok. Thanks! |
Got into this issue on my nixos vm, I've realized that I did have a version of nix installed in my user's profile. After removing it things worked again. |
Same problem with MacOS 10.13.4 |
I read in one of the many threads around this issue that |
I'm guessing |
ubuntu try
|
I'm having this issue again, and really need a workaround to contineu working on a project; I tried http instead of https but
|
Apparently, still happens. Can't verify whether there's an SSL intercepting proxy in my network, but found a workaround: MacOS 10.14, nix-env (Nix) 2.2.2 |
This is still an issue for me. And neither of the following helped: export SSL_CERT_FILE=~/.nix-profile/etc/ssl/certs/ca-bundle.crt
export NIX_SSL_CERT_FILE=~/.nix-profile/etc/ssl/certs/ca-bundle.crt MacOS 10.14.6, nix-env Update: I believe that this was related to my employer's network firewall. |
I marked this as stale due to inactivity. → More info |
I closed this issue due to inactivity. → More info |
I am still seeing the same thing. My network is using zscaler as a forced vpn. |
I'm also using When running
I've tried forcing ipv4, and I've also uninstalled tailscale, so that shouldn't be causing the issue. My Not sure what else to try here. |
change "build task" to "derivation" in tutorial "build task" invokes associations with pre-existing knowledge. As long as they are clearly explained, it is easier for beginners to pick up a new word than it is to add a new definition to an existing word that subtly differs from the other definitions it has. To that extent, "derivation" is probably a great word for Nix as, at least in this domain, it is very Nix specific and so, with clear definition, it should be easy to convey the idea to other folks that we are talking about something Nix specific.
i am also seeing the same problem and like @dantuck i am behind a zscaler vpn. i've tried using the |
I have the exact same issue running behind a zscaler VPN, I have added the zscaler certs to the |
See #7808 (comment) |
Tried installing Nix twice on OS X 10.10.5 (VMWare Fusion 8) using the shell command (curl https://nixos.org/nix/install | sh) and keep getting the same error (unable to check ‘https://nixos.org/channels/nixpkgs-unstable’).
I'm a total Nix Newb not sure how to install this.
I have not installed XCode as the page here (https://nixos.org/wiki/Nix_on_OS_X) seems to indicate it is no longer required in the compatibility table).
Any help would be appreciated...
The text was updated successfully, but these errors were encountered: