summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-01-11 07:05:28 -0800
committerIvan Kohler <ivan@freeside.biz>2016-01-11 07:05:28 -0800
commit6afa478edfc56ffb5022d4fbaf2902774ff8d2d3 (patch)
treeb565cf303cb2067362b4a22dda132d5a26d91439
parentb597daae9cc359717d36845b803758e81e4b5cad (diff)
parent8b8dc3171347670eb5b4b60df3b53c5a65d31c32 (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
-rw-r--r--FS/FS/part_export/pbxware.pm4
1 files changed, 4 insertions, 0 deletions
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,