Google appengine using appcfg because of authentication proxy

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?

+3
source share
1 answer

Can I access the admin console from behind a firewall? You can install the current version there. In the left part of the administrator’s console there is a link β€œVersions” under the heading β€œAdministration”. This will allow you to set the default version.

+1
source

Source: https://habr.com/ru/post/1754742/


All Articles