From 78ba96fe238cd83dadf32baab07d6d1e999317d9 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 7 Jan 2016 13:58:20 +0100 Subject: [PATCH] MT#7571 config_debug.pl: disable sslverify for restapi. fix 7d3ec378bd4f Change-Id: Ia7fb8f37a9070344a1408de61c25b458924fb35d --- bin/config_debug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index 39b68d58..4d9cd5a4 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -99,7 +99,7 @@ else $yaml->[0]->{kamailio}{proxy}{fritzbox_prefixes} = [ '112', '110', '118[0-9]{2}' ]; $yaml->[0]->{sems}{debug} = 'yes'; $yaml->[0]->{checktools}{sip_check_enable} = 0; - $yaml->[0]->{security}->{ngcp-panel}->{scripts}->{restapi}->{sslverify} = 'no'; + $yaml->[0]->{security}->{'ngcp-panel'}->{scripts}->{restapi}->{sslverify} = 'no'; tie @array, 'Tie::File', '/etc/hosts' or die ('Can set test domain on /etc/hosts'); for (@array)