Hello,
I try to use deployment package with OCS Inventory. It works.
But now I would like to deploy packages with a Squid proxy.
So I've configured my Squid server which work good for internet navigation but when I try to configure it for OCS agent it is not working.
I have this message in access.log squid :
TCP_DENIED/407 3944 CONNECT myOCSserver.domain.lan:443 - HIER_NONE/- text/html
My ocsinventory.ini is configured like this :
[OCS Inventory Agent]
ComProvider=ComHTTP.dll
Debug=1
Local=
NoSoftware=0
HKCU=0
NoTAG=0
IpDisc=
[HTTP]
Server=https://myOCSserver.domain.lan/ocsinventory
SSL=1
CaBundle=cacert.pem
AuthRequired=0
User=
Pwd=
ProxyType=1
Proxy=mySQUIDserver.domain.lan
ProxyPort=3128
ProxyAuthRequired=1
ProxyUser=*encrypted user*
ProxyPwd=*encrypted password*
[OCS Inventory Service]
PROLOG_FREQ=10
INVENTORY_ON_STARTUP=0
OLD_PROLOG_FREQ=10
TTO_WAIT=180
And I'm not able to send synchronization from agent to OCS server
If I remove proxy setting in the .ini file, synchronization works fine