Im working behind a corporate proxy, and it was nice when I used the eclipse plugin configured with my proxy credentials. Then one of my deployments failed, and now I have to roll back the previous transaction. I am trying to use appcfg (either .py or .cmd) since I believe this is the only way to roll back. I get either timeouts or proxy authentication errors when installing a proxy server. setting the environment variable to http_proxy = http: // user: pass@proxy.com does not seem to work. also im on windows xp.
are there any ideas regarding rollback without using appcfg or how to set appcfg to use proxy with authentication?
source
share