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 treewide: refactor .attrs.sh detection 2023-10-04 18:36:57 +02:00
default.nix fetchurl: enable TLS verification when credentials are used 2024-09-23 18:27:02 +02:00
mirrors.nix fetchurl: add codemirror.dlang.org to the list of dub mirrors 2024-04-21 18:51:45 +10:00
tests.nix
write-mirror-list.sh