Proxy (corporate) problem using dev_appserver.py - GAE

0

Hello,

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

On my machine I have installed:

  • Windows XP
  • Python 2.7.6
  • Google App Engine 1.9.17 (it's the newest one)

I made an example application and I'm not getting it to run locally on my machine. Searching on Google has identified that the problem is the company's proxy. See the same problem in link

I can call the dev_appserver.py [application], but when I access link the 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 development environment and deploy.

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

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

Hugs and thanks for the help!

    
asked by anonymous 15.01.2015 / 11:22

1 answer

0

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

  • Access the dashboard and click the Systems
  • Go to advanced (tab), click environment variable
  • Click on new
  • Add link with your proxy information
  • This I found in a blogpost for Windows XP, follow the reference link: link

        
    23.01.2015 / 04:27