Hi,
I don't have a proxy environment to test so not sure if this will solve it but, a little googling produced this suggestion for settings in Web.config to setup a default proxy.
<system.net>
<defaultProxy>
<proxy
usessystemdefault = "false"
proxyaddress = "http://123.123.123.123:3128"
bypassonlocal = "true"
/>
</defaultProxy>
</system.net>
System.Net section is near the bottom of the mojoportal Web.config file. Obviously you would put in the address for your own proxy server.
Please let me know if it works or not.
Best,
Joe