add ssl_no_verify option to all http exports, RT#29298
authorIvan Kohler <ivan@freeside.biz>
Mon, 28 Jul 2014 23:57:22 +0000 (16:57 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 28 Jul 2014 23:57:22 +0000 (16:57 -0700)
FS/FS/part_export/acct_http.pm
FS/FS/part_export/broadband_http.pm
FS/FS/part_export/cust_http.pm

index af35899..414350b 100644 (file)
@@ -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',
index 5be8b68..097ff34 100644 (file)
@@ -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',
index 5ccb403..f72d006 100644 (file)
@@ -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',