X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fcust_http.pm;h=f72d00698761e347d52c65bde2abe270820af4b1;hb=c6bc5122c370dacf66c3988085e3ced8ad65478a;hp=5ccb4035abda7630424cf25f5ef16bab6a1fc203;hpb=6b2ca62ba039622bf60715bacb9c6aabee0510bc;p=freeside.git diff --git a/FS/FS/part_export/cust_http.pm b/FS/FS/part_export/cust_http.pm index 5ccb4035a..f72d00698 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',