AutomatiCloud behind a proxy

Topics related to Version 3 of AutomatiCloud
Post Reply
admin
Site Admin
Posts: 223
Joined: Tue Nov 17, 2015 8:48 pm

AutomatiCloud behind a proxy

Post 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
admin
Site Admin
Posts: 223
Joined: Tue Nov 17, 2015 8:48 pm

Re: AutomatiCloud behind a proxy

Post 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
Post Reply