Uploading application using proxy with authentication

45 views
Skip to first unread message

Deepesh Reja

unread,
Dec 10, 2009, 2:43:28 PM12/10/09
to Google App Engine
I have my development environment behind the http proxy which requires
authentication. A method is given on
http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Using_an_HTTP_Proxy
for uploading the application, but this doesn't tell me how to give
authentication. Error is:

"Unable to update app: Error posting to URL:
http://appengine.google.com/api/appversion/create?app_id=my-basic&version=1&
407 Proxy Authentication Required "

Tell me what to do.
Thank you

Deepesh Reja

unread,
Dec 11, 2009, 5:52:01 PM12/11/09
to Google App Engine
Please help me

On Dec 11, 12:43 am, deepesh reja <drejao...@gmail.com> wrote:
> I have my development environment behind the http proxy which requires
> authentication. A method is given onhttp://code.google.com/appengine/docs/java/tools/uploadinganapp.html#...
> for uploading the application, but this doesn't tell me how to give
> authentication. Error is:
>
> "Unable to update app: Error posting to URL:http://appengine.google.com/api/appversion/create?app_id=my-basic&ver...

Matt

unread,
Jan 17, 2010, 6:40:53 PM1/17/10
to Google App Engine
Use the following:

set HTTP_PROXY = http://username:pass...@example.com:port

and likewise for HTTPS. Remember that your password for the proxy is
out in the open, so it might be worth deleting or overwriting those
settings.

Reply all
Reply to author
Forward
0 new messages