[freeside-commits] branch master updated. cd73f00695cd1d118133669f09585c1b3d4322f6

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


The branch, master has been updated
       via  cd73f00695cd1d118133669f09585c1b3d4322f6 (commit)
      from  571291dda91dd92db80660aa3d67333b0c88fc34 (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 cd73f00695cd1d118133669f09585c1b3d4322f6
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Jan 11 07:55:48 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 cb75c9b..467b79f 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