[freeside-commits] branch master updated. 8fcfaab8b0a383d8fdce74af5f88cc8f86a36a1d

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


The branch, master has been updated
       via  8fcfaab8b0a383d8fdce74af5f88cc8f86a36a1d (commit)
      from  3804f9a99c6fc77ae36db0cdedd3ddbcff66f1cd (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 8fcfaab8b0a383d8fdce74af5f88cc8f86a36a1d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 28 16:57:20 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