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
I'm seeing a problem with gnutls, both versions 3.3 and 3.4, whereby it doesn't use the CA certificates in /etc/ssl/certs/ca-certificates.crt by default, but does work if you pass it the appropriate command argument:
$ gnutls-cli nixos.org
Error setting the x509 trust file
...
$ gnutls-cli nixos.org --x509cafile /etc/ssl/certs/ca-certificates.crt
Processed 155 CA certificate(s).
...
(Strangely enough, if I use nix-shell to build gnutls33 and run gnutls-cli nixos-org from within nix-shell, it does work.)
My system is currently using nixpkgs from the unstable channel updated June 11 (nixos-15.06pre64030.e1af50c).
I downloaded the old .nix expression for v3.2 to test that too, and it works fine.
The text was updated successfully, but these errors were encountered:
I'm seeing a problem with gnutls, both versions 3.3 and 3.4, whereby it doesn't use the CA certificates in /etc/ssl/certs/ca-certificates.crt by default, but does work if you pass it the appropriate command argument:
(Strangely enough, if I use
nix-shell
to build gnutls33 and rungnutls-cli nixos-org
from within nix-shell, it does work.)My system is currently using nixpkgs from the unstable channel updated June 11 (nixos-15.06pre64030.e1af50c).
I downloaded the old .nix expression for v3.2 to test that too, and it works fine.
The text was updated successfully, but these errors were encountered: