Hi all,
I cannot figured out how to enable deployment server
on the server I create ocsng.key and a self-signed ocsng.pem certificate following some tutorial (even this one http://wiki.ocsinventory-ng.org/index.php?title=Howtos:Install_OCS_on_debian#Configure_HTTPS_on_web_server)
I copied the same ocsng.pem file renamed in cacert.pem on the windows client agent directory
This is Agent configuration file:
[OCS Inventory Agent] ComProvider=ComHTTP.dll Debug=0 Local= NoSoftware=0 HKCU=0 NoTAG=0 IpDisc= [HTTP] Server=https://ocsng.example.org/ocsinventory SSL=1 CaBundle=cacert.pem AuthRequired=0 User= Pwd= ProxyType=1 Proxy=proxy.example.org ProxyPort=3128 ProxyAuthRequired=0 ProxyUser= ProxyPwd= [OCS Inventory Service] PROLOG_FREQ=1 INVENTORY_ON_STARTUP=1 OLD_PROLOG_FREQ=24 TTO_WAIT=40200
Then on the Windows machine, I stopped OCS Inventory Service and launch the following command
"c:\Programmi\OCS Inventory Agent\OCSInventory.exe" /debug=2 /force
ProLog is sent to server and everything works except Download service that shows in OCSInventory.log: AGENT => Communication Server ask for Package Download DOWNLOAD => Package history file successfully cleaned for duplicate IDs DOWNLOAD => Download disabled by server
What am I doing wrong? Is self-signed certificate OK for deployment server?
Thanks, Max