[freeside-commits] branch FREESIDE_3_BRANCH updated. c6bc5122c370dacf66c3988085e3ced8ad65478a

Ivan ivan at 420.am
Mon Jul 28 16:57:23 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  c6bc5122c370dacf66c3988085e3ced8ad65478a (commit)
      from  f786ebaff8b6704e4e180428aaaa9afeaea7ecb9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c6bc5122c370dacf66c3988085e3ced8ad65478a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 28 16:57:22 2014 -0700

    add ssl_no_verify option to all http exports, RT#29298

diff --git a/FS/FS/part_export/acct_http.pm b/FS/FS/part_export/acct_http.pm
index af35899..414350b 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',
diff --git a/FS/FS/part_export/broadband_http.pm b/FS/FS/part_export/broadband_http.pm
index 5be8b68..097ff34 100644
--- a/FS/FS/part_export/broadband_http.pm
+++ b/FS/FS/part_export/broadband_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',
diff --git a/FS/FS/part_export/cust_http.pm b/FS/FS/part_export/cust_http.pm
index 5ccb403..f72d006 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',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/acct_http.pm      |    3 +++
 FS/FS/part_export/broadband_http.pm |    3 +++
 FS/FS/part_export/cust_http.pm      |    3 +++
 3 files changed, 9 insertions(+)




More information about the freeside-commits mailing list