X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Facct_http.pm;h=662f201ef8c2c5581bb136e66c3e521816ac2464;hb=ccb70b2e8e2b536d0f6c9126c4b707e42df805be;hp=fa44e5404e2d5b6f207fd43760061a1f6019ffb5;hpb=15bbb00a7a2a4e3e3cf90c008142f97083cd9b1c;p=freeside.git diff --git a/FS/FS/part_export/acct_http.pm b/FS/FS/part_export/acct_http.pm index fa44e5404..662f201ef 100644 --- a/FS/FS/part_export/acct_http.pm +++ b/FS/FS/part_export/acct_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',