[freeside-commits] branch FREESIDE_3_BRANCH updated. 8b8dc3171347670eb5b4b60df3b53c5a65d31c32

Jeremy Davis jeremyd at 420.am
Mon Jan 11 06:28:41 PST 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  8b8dc3171347670eb5b4b60df3b53c5a65d31c32 (commit)
      from  cc02a828a03aecd99780bd84a6cec3d375d3b279 (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 8b8dc3171347670eb5b4b60df3b53c5a65d31c32
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Jan 11 07:57:42 2016 -0500

    Ticket #38938 Deal with invalid SSL certs on CDR import

diff --git a/FS/FS/part_export/pbxware.pm b/FS/FS/part_export/pbxware.pm
index 36b1a2a..7dd381c 100644
--- a/FS/FS/part_export/pbxware.pm
+++ b/FS/FS/part_export/pbxware.pm
@@ -168,6 +168,10 @@ sub api_request {
   my $self = shift;
   my ($method, $content) = @_;
   $DEBUG ||= 1 if $self->option('debug');
+
+# kludge to curb excessive paranoia in LWP 6.0+
+local $ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0;
+
   my $url = 'https://' . $self->machine;
   my $request = POST($url,
     [ %$content,

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

Summary of changes:
 FS/FS/part_export/pbxware.pm |    4 ++++
 1 file changed, 4 insertions(+)




More information about the freeside-commits mailing list