X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fcust_http.pm;h=f72d00698761e347d52c65bde2abe270820af4b1;hp=5ccb4035abda7630424cf25f5ef16bab6a1fc203;hb=8fcfaab8b0a383d8fdce74af5f88cc8f86a36a1d;hpb=3804f9a99c6fc77ae36db0cdedd3ddbcff66f1cd 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',