|
From: Hack, D. (DPIPWE) <Dan...@dp...> - 2015-08-04 03:56:22
|
Hi Fabrice,
Thanks very much.
Tried your suggestion adding $ua->env_proxy; but unfortunately failed with the same error.
Also tried $ua->proxy('https','http://x.y.z:8080/');
This didn't work either.
Tried using a different proxy server, but also didn't work.
Tcpdump doesn't show anything?
Tested environment proxy settings were working from shell using wget.
Could it by my API key?
Is there a way I can populate the local fingerbank database offline?
Thanks,
Daniel
From: Durand fabrice [mailto:fd...@in...]
Sent: Friday, 31 July 2015 9:36 PM
To: pac...@li...
Subject: Re: [PacketFence-users] PF 5.3.1 & Fingerbank DB
Hi Daniel,
can you try that:
In lib/fingerbank/DB.pm after :
my $ua = LWP::UserAgent->new;
$ua->timeout(60); # An update query should not take more than 60 seconds
Add this:
$ua->env_proxy;
And restart httpd.admin
Regards
Fabrice
Le 2015-07-31 00:10, Hack, Daniel (DPIPWE) a écrit :
Hi all,
We've had a break from our Packetfence project for a while, but just this week, I've run up the latest 5.3.1 on a clean Debian system.
Have got most things working OK except for provisioning profile is failing due to being unable to check device OS.
I have tried to configure Fingerbank DB, but unable to connect upstream from behind proxy, and seems to ignore system environment proxy settings.
[An error occurred while interrogating upstream Fingerbank project: 500 can't connect to fingerbank.inverse.ca:443]
I logged in through Github, copied API, etc, but still no go.
I can download 'packaged.sqlite3', but not sure what to do with it?
Any suggestions welcome.
Thanks,
Dan Hack
Network Administrator
Corporate Information Technology
DPIPWE
p: (03) 6165 4484
f: (03) 6224 1388
e: dan...@dp...<mailto:dan...@dp...>
________________________________
CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by legal professional privilege, and is intended only for the person or persons to whom it is addressed. If you are not such a person, you are warned that any disclosure, copying or dissemination of the information is unauthorised. If you have received the transmission in error, please immediately contact this office by telephone, fax or email, to inform us of the error and to enable arrangements to be made for the destruction of the transmission, or its return at our cost. No liability is accepted for any unauthorised use of the information contained in this transmission.
------------------------------------------------------------------------------
_______________________________________________
PacketFence-users mailing list
Pac...@li...<mailto:Pac...@li...>
https://lists.sourceforge.net/lists/listinfo/packetfence-users
________________________________
CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by legal professional privilege, and is intended only for the person or persons to whom it is addressed. If you are not such a person, you are warned that any disclosure, copying or dissemination of the information is unauthorised. If you have received the transmission in error, please immediately contact this office by telephone, fax or email, to inform us of the error and to enable arrangements to be made for the destruction of the transmission, or its return at our cost. No liability is accepted for any unauthorised use of the information contained in this transmission.
|