X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fbroadband_http.pm;h=097ff34c3c2c87689bede8291355ab23b910b8f7;hb=674cb2d9d7105f4cc2871539b2e9f7088cdaa750;hp=5be8b68516659af46134fa0e225159d495485da1;hpb=19bdd89959b314fd22b93dc520a79d86545af014;p=freeside.git diff --git a/FS/FS/part_export/broadband_http.pm b/FS/FS/part_export/broadband_http.pm index 5be8b6851..097ff34c3 100644 --- a/FS/FS/part_export/broadband_http.pm +++ b/FS/FS/part_export/broadband_http.pm @@ -13,6 +13,9 @@ tie %options, 'Tie::IxHash', options =>[qw(POST)], default =>'POST' }, 'url' => { label => 'URL', default => 'http://', }, + 'ssl_no_verify' => { label => 'Skip SSL certificate validation', + type => 'checkbox', + }, 'insert_data' => { label => 'Insert data', type => 'textarea',