Page 1 of 1

AutomatiCloud behind a proxy

Posted: Sun Jul 17, 2016 11:01 am
by admin
I am currently reconfiguring a clients network and the AutomatiCloud server is now sitting behind a proxy and I have noticed that the snapshotting is no longer working.

Is there anyway to configure this to work behind a proxy?

Thanks

Steve

Re: AutomatiCloud behind a proxy

Posted: Sun Jul 17, 2016 11:08 am
by admin
The AutomatiCloud background sercvice is running under the SYSTEM account. Depending on your servers configuration you have to tell AutomatiCloud your proxy address by editing the ACSVC.EXE.CONFIG file:

Code: Select all

<system.net>
 <defaultProxy>
      <proxy  proxyaddress="http://yourproxyname:proxyport"/>
  </defaultProxy>
</system.net>
You can find the details here:

https://msdn.microsoft.com/en-us/librar ... .110).aspx

Stephan