Proxy problem (enterprise) using dev_appserver.py - GAE

Asked

Viewed 91 times

0

Hello,

I’m having a problem using the Google App Engine and would like to know if anyone can help me.

In my machine I have installed:

  • Windows XP
  • Python 2.7.6
  • Google App Engine 1.9.17 (is the newest)

I made an example application and I’m not getting it to run locally on my machine. Searching Google identified that the problem is the company’s Proxy. See the same problem in the article https://www.marshut.net/iwuhqp/dev-appserver-py-cannot-connect-to-some-http-endpoint.html

I can call dev_appserver.py [application], but when access http://localhost:8080 error is displayed. I can deploy (push) to the cloud without error.

In my house I have the same version of Python and Google App Engine, only Windows that is Vista. I can perform my tests without errors, both the development environment and the deploy.

I cannot disable the Proxy in the company, because security policy issues.

What can I do to have the working development environment on my workstation? Is there any workaround?

Hug and thanks for the help!

  • You can add the error traceback?

1 answer

0

The big problem is that your CMD is not with active proxy, you need to raise http_proxy within your CMS:

  1. Access the control panel and click on Systems
  2. Goes into advanced (tab), click on environment variable
  3. Click on new
  4. Add http_proxy with your proxy information

This I found in a blogpost for Windows XP, follow the link reference: http://kaamka.blogspot.ca/2009/06/httpproxy-environment-variable.html

  • Thanks for the support. I performed the settings informed, but still the error persists.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.