[freeside-commits] branch FREESIDE_4_BRANCH updated. e1bd95d75271a411462a004b631828b1cde96c99

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


The branch, FREESIDE_4_BRANCH has been updated
       via  e1bd95d75271a411462a004b631828b1cde96c99 (commit)
      from  226279ba70554a39a2c81c736895f1b875b2d37f (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 e1bd95d75271a411462a004b631828b1cde96c99
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Mon Jan 11 07:56:49 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