X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fcust_http.pm;h=0ff825590aa2da223dc4d985ceeee335097ebeb4;hb=refs%2Fheads%2FFREESIDE_2_3_BRANCH;hp=e8b677be233810f2c69a3df30b3b026be2ce30ab;hpb=15bbb00a7a2a4e3e3cf90c008142f97083cd9b1c;p=freeside.git diff --git a/FS/FS/part_export/cust_http.pm b/FS/FS/part_export/cust_http.pm index e8b677be2..0ff825590 100644 --- a/FS/FS/part_export/cust_http.pm +++ b/FS/FS/part_export/cust_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',