summaryrefslogtreecommitdiff
path: root/pkgs/development/perl-modules/lwp-protocol-https-cert-file.patch
AgeCommit message (Collapse)Author
2023-10-23perlPackages.LWPProtocolHttps: update patch for NIX_SSL_CERT_FILEStig Palmquist
Update patch that supports NIX_SSL_CERT_FILE env variable so it's compatible with LWP::Protocol::https 6.11 The new patch does not handle SSL_CERT_FILE or default cert store paths as this is managed by IO::Socket::SSL.
2018-06-29lwp-protocol-https: honour NIX_SSL_CERT_FILETyson Whitehead
2016-03-02LWP::Protocol::https: Fix SSL cert handlingEelco Dolstra
We lost this in 9f358f809d1db46f3206d4a09a5366f13c93e777. Updated to use /etc/ssl/certs/ca-certificates.crt if it exists and SSL_CERT_FILE is not set.
2016-02-03Configure a default trust store for opensslGuillaume Maudoux
2015-05-31openssl: Remove References to OPENSSL_X509_CERT_FILEWilliam A. Kennington III
2011-10-07* Updated Catalyst to 5.9. It now uses Plack for interfacing with theEelco Dolstra
web server, so add that as well. svn path=/nixpkgs/trunk/; revision=29709