From: Ivan Kohler Date: Mon, 11 Jan 2016 15:05:28 +0000 (-0800) Subject: Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6afa478edfc56ffb5022d4fbaf2902774ff8d2d3;hp=b597daae9cc359717d36845b803758e81e4b5cad Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH --- diff --git a/FS/FS/part_export/pbxware.pm b/FS/FS/part_export/pbxware.pm index 36b1a2a82..7dd381c18 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,