This site requires JavaScript, please enable it in your browser!
Greenfoot back
tstorr
tstorr wrote ...

2011/3/9

proxy authentication - exporting

tstorr tstorr

2011/3/9

#
Hi there, has anyone worked out out to export scenarios via an authenticated proxy? If there was a straight 'upload scenario' function on this site it would be great. Thanks in advance, Trevor
davmac davmac

2011/3/10

#
You need to edit the greenfoot.defs file and specify the "proxy.host" and "proxy.port" settings, and add two (undocumented) settings: "proxy.username" and "proxy.password". (This is from memory - try "proxy.user" if "proxy.username" doesn't seem to work). Make sure "proxy.host" contains only the hostname, NOT the full URL of the host.
tstorr tstorr

2011/3/17

#
Hi, excellent - this works. For future reference it's "proxy.user" . So here's what I added: proxy.host=ipaddress only here proxy.port=port number here proxy.user=xxxxxx proxy.password=xxxxxxx many thanks Trevor
You need to login to post a reply.