DeterminateSystems / zero-to-nix

Zero to Nix is your guide to learning Nix and flakes. Created by Determinate Systems.

Home Page:https://zero-to-nix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL connect error while running ponysay example

mauricioabreu opened this issue · comments

Context

I'm trying out nix following the guide and this page has an example of running the ponysay program

https://zero-to-nix.com/start/nix-run

How to reproduce

MacOS
M1 (ARM64)

echo "Hello Nix" | nix run "nixpkgs#ponysay"

warning: error: unable to download 'https://channels.nixos.org/flake-registry.json': SSL connect error (35); retrying in 272 ms
warning: error: unable to download 'https://channels.nixos.org/flake-registry.json': SSL connect error (35); retrying in 643 ms
warning: error: unable to download 'https://channels.nixos.org/flake-registry.json': SSL connect error (35); retrying in 1298 ms
warning: error: unable to download 'https://channels.nixos.org/flake-registry.json': SSL connect error (35); retrying in 2607 ms
error: unable to download 'https://channels.nixos.org/flake-registry.json': SSL connect error (35)

I'm not using any corporate proxies.
I can acess the https://channels.nixos.org/flake-registry.json through browser (Firefox) anyways.

Are you still having this issue?

Yes @lucperkins but I created a new issue in the right repository. I think this one could be closed, right?

@mauricioabreu Ah! Sorry, I didn't catch that. Thanks a lot for reporting both here and in the nix-installer repo!