From 211e91eae094c64639bc7cce902a386d48cd3522 Mon Sep 17 00:00:00 2001 From: sever-sever Date: Thu, 23 Jul 2020 15:24:17 +0000 Subject: conf-mode: T2423: Loadkey add insecure option --- scripts/vyatta-load-user-key.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-load-user-key.pl b/scripts/vyatta-load-user-key.pl index 651a08b1..4655fbad 100755 --- a/scripts/vyatta-load-user-key.pl +++ b/scripts/vyatta-load-user-key.pl @@ -61,7 +61,7 @@ sub geturl { check_http($url) if ($proto eq 'http'); - my $cmd = "curl -#"; + my $cmd = "curl --insecure -#"; # Handle user@host syntax which curl doesn't do if ($proto eq 'scp') { -- cgit v1.2.3