MT#7571 config_debug.pl: disable sslverify for restapi

Change-Id: I7705a3ebd72b27fba4c8eafccd0897ea94ed3e31
changes/14/4014/1
Victor Seva 10 years ago
parent 129397e6fc
commit 7d3ec378bd

@ -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)

Loading…
Cancel
Save