[freeside-commits] branch FREESIDE_2_3_BRANCH updated. ccb70b2e8e2b536d0f6c9126c4b707e42df805be

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  ccb70b2e8e2b536d0f6c9126c4b707e42df805be (commit)
      from  15bbb00a7a2a4e3e3cf90c008142f97083cd9b1c (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 ccb70b2e8e2b536d0f6c9126c4b707e42df805be
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 28 16:57:23 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 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',
diff --git a/FS/FS/part_export/broadband_http.pm b/FS/FS/part_export/broadband_http.pm
index 2d70ccf..cecac27 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 e8b677b..0ff8255 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