Hi,
I am utilizing the OCSNG Unix Packager 1.0 (also tried 1.1) to create an Agent package for Ubuntu 16.04.4. The package works when using 'http' to connect to the OCSNG Inventory Server but does not when using 'https' (SSL).
client:~$ sudo /opt/ocsinventory/ocsinventory-agent -s https://OCSNGServer/ocsinventory
--basevardir=/opt/ocsinventory/var/lib/ocsinventory-agent
--tag=UbuntuServer --lazy --ca=/opt/ocsinventory/files/cacert.pem
[error] Cannot establish communication : 501 Protocol scheme 'https' is not supported
(LWP::Protocol::https not installed)
[info] No previous PROLOG_FREQ found - using fallback delay(3600 seconds)
The needed Perl module is included in the Agent Package in '/opt/ocsinventory/perl/lib/5.26.0/URI/https.pm', so what's the problem?