Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google appengine using appcfg from behind proxy with authentication

Im working behind a corporate proxy and was fine while i was using the eclipse plugin configured with my proxy credentials. Then one of my deployments failed and now I have to rollback my previous transaction. Im trying to use appcfg (either .py or .cmd) since I think that is the only way to rollback. Im getting either timouts or proxy authentication errors when i set the proxy. setting an environment variable to http_proxy=http://user:[email protected] doesnt seem to work. also im on windows xp.

does anyone have any ideas as to how to rollback without using appcfg or how to set appcfg to use a proxy with authentication?

like image 213
sibtx13 Avatar asked Apr 10 '26 07:04

sibtx13


1 Answers

Can you access the admin console from behind the firewall? You can set the current version there. There is a "Versions" link on the left hand side of the admin console, under the "Administration" heading. It will allow you to set the "Default" version.

like image 198
Peter Recore Avatar answered Apr 12 '26 13:04

Peter Recore