summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/acct_http.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export/acct_http.pm')
-rw-r--r--FS/FS/part_export/acct_http.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/part_export/acct_http.pm b/FS/FS/part_export/acct_http.pm
index fa44e54..662f201 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',