From 7d3ec378bd4f0144eb4502fc0b308d478cb9c0d4 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 5 Jan 2016 13:49:31 +0100 Subject: [PATCH] MT#7571 config_debug.pl: disable sslverify for restapi Change-Id: I7705a3ebd72b27fba4c8eafccd0897ea94ed3e31 --- bin/config_debug.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index 229b6f81..39b68d58 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -99,6 +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'; tie @array, 'Tie::File', '/etc/hosts' or die ('Can set test domain on /etc/hosts'); for (@array)