|
From: Durand f. <fd...@in...> - 2015-07-31 11:35:43
|
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... > > > ------------------------------------------------------------------------ > > 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... > https://lists.sourceforge.net/lists/listinfo/packetfence-users |