nixpkgs/pkgs/build-support/fetchurl
Thomas Gerbet a169553f7e fetchurl: enable TLS verification when credentials are used
This make sure the credentials cannot be leaked in a MITM attack.
Note that this change might break some existing deployments if the users
tries to fetch resources on endpoints with invalid certificates.
The impacted users will have the following choices:
* fix the endpoint providing the resource
* override SSL_CERT_FILE to either disable the verification (not
  recommended) or to set it to a path including their CA certificate.
2024-09-23 18:27:02 +02:00
..
boot.nix
builder.sh
default.nix fetchurl: enable TLS verification when credentials are used 2024-09-23 18:27:02 +02:00
mirrors.nix
tests.nix
write-mirror-list.sh