@Frank:
The ocsinventory.ini on the client looks like this:
[OCS Inventory Agent]
ComProvider=ComHTTP.dll
Debug=2
Local=
NoSoftware=0
HKCU=0
NoTAG=0
IpDisc=
[HTTP]
Server=https://myserver.acme.local/ocsinventory
SSL=1
CaBundle=acme.pem
AuthRequired=0
User=
Pwd=
ProxyType=0
Proxy=
ProxyPort=0
ProxyAuthRequired=0
ProxyUser=
ProxyPwd=
[OCS Inventory Service]
PROLOG_FREQ=1
OLD_PROLOG_FREQ=1
TTO_WAIT=0
(acme is a fake company name to mask our own)
Nevertheless, in the actual ocsinventory.log, reference is made only to "cacert.pem" :
CERT_FILE="INSTALL_PATH/cacert.pem"
To me it looks like the packager does not properly process the parameters entered at its creation:
Command line options: /SSL=1 /CA=acme.pem /NP /S /DEBUG=2 /NOW /SERVER=https://myserver.acme.local/ocsinventory
It does not properly inject the user name entered for the service, nor the certificate.
This did not happen with the previous packager version...