I noticed that the ubuntu hosts agents stopped reporting. Centos using the same SSL configuration is working.
when I run the agent I get 693 lines of:
Argument "" isn't numeric in multiplication (*) at /usr/local/share/perl/5.22.1/Ocsinventory/Agent/Backend/OS/Generic/Packaging/Deb.pm line 62.
and ending off with:
[error] Cannot establish communication : 500 Can't connect to public_hostname_for_OCS_server:443
I can see that the agent is connecting with the server but the server does not reply back to the agent installed on ubuntu. If I use HTTP the agent sends in the report without fail. I tried the 2.6.1 and 2.4.2 agents and got the same results. perl -I. Makefile.PL does not complain about any missing perl libraries when I compile the agent.
Does anyone have any ideas?