[google-appengine] Re: Uploading application using proxy with authentication

2010-01-17 Thread Matt
Use the following:

set HTTP_PROXY = http://username:passw...@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.

On Dec 12 2009, 9:52 am, deepesh reja  wrote:
> Please help me
>
> On Dec 11, 12:43 am, deepesh reja  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...
> > 407 Proxy Authentication Required "
>
> > Tell me what to do.
> > Thank you
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[google-appengine] Re: Uploading application using proxy with authentication

2009-12-11 Thread deepesh reja
Please help me

On Dec 11, 12:43 am, deepesh reja  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...
> 407 Proxy Authentication Required "
>
> Tell me what to do.
> Thank you

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.