In CIC in mode Online Export, it is possible to configure a HTTP proxy for CIC (download of list patches and software signatures).
But how configure the Proxy Web for the download of PM Patches ?
Client Automation 14.0 SP2
CIC Manager Web interface does not provide the possibility to fill the Web proxy name and port used the download of patches.
set CICDIR=C:\Program Files (x86)\CA\SC\CIC
set PROXYNAME=1.2.3.4
set PROXYPORT=8080
echo update ca_cic_manager set value='%PROXYNAME%' where name in ('download.config.httpProxy', 'download.config.ftpProxy') ; > "%CICDIR%\bin\update_proxy.txt"
echo update ca_cic_manager set value=%PROXYPORT% where name in ('download.config.httpPort', 'download.config.ftpPort') ; >> "%CICDIR%\bin\update_proxy.txt"
"%CICDIR%\jre\bin\java" -cp "%CICDIR%\lib\h2-1.3.157.jar" org.h2.tools.RunScript -url "jdbc:h2:%CICDIR%\bin\content" -user cicuser -password CAC0nt3nt!4CIC -script "%CICDIR%\bin\update_proxy.txt"