about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/perl-modules/lwp-protocol-https-cert-file.patch
blob: 3b6156d3a7c7dd895f5fdb4aa4a3c2216656149d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/lib/LWP/Protocol/https.pm b/lib/LWP/Protocol/https.pm
index 645e828..7098f64 100644
--- a/lib/LWP/Protocol/https.pm
+++ b/lib/LWP/Protocol/https.pm
@@ -29,6 +29,9 @@ sub _extra_sock_opts
         }
     }
     if ($ssl_opts{SSL_verify_mode}) {
+        if ($ENV{NIX_SSL_CERT_FILE}) {
+            $ssl_opts{SSL_ca_file} //= $ENV{NIX_SSL_CERT_FILE};
+        }
         unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) {
             if ($Net::HTTPS::SSL_SOCKET_CLASS eq 'IO::Socket::SSL'
                 && defined &IO::Socket::SSL::default_ca