python - can't use appcfg.py update gae -


Recently I want to upload GAAPProxy to GAE But when I use the APCFPPP to update the files, there was an error:
urllib2.URLError: urlopen error [ErrĂ´ 8] _ssl.c: 480: IoO originated in violation of the protocol
I do not know why
PS: I live in China, and can be due to GFW. And when I use this type: InputenXA and then input the password, I can not radicate on the index page, there is also an error which says: ssl error

< According to Div class = "post-text" itemprop = "text">

, this issue is discussed and the solution is to set the proxy, e.g. On the command line in Windows:

  set HTTP_PROXY = http: //google.cn: 80 HTTPS_PROXY = http: //google.cn: 80  
< P> (Or you set proxy for http and https on your platform, which you have not mentioned).


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -