For windows and Ubuntu with goagent installed in windows: Apply for Google Appengine and create an appid: https://appengine.google.com/ Download goagent-1.0 to modify local \ proxy. appid under [gae] in ini = Your appid (Separate multiple appid with |) to modify server \ python \ app. the application in yml is your appid. Double-click server \ uploader. bat. Chrome can be used after the upload is successful: Install the SwitchySharp plug-in chrome, enable SwichySharp settings-import/export-restore from file, then Import SwitchyOptions www.2cto.com chrome settings --> advanced --> Certificate Management --> select the third tab --> select goagent/local/ca. crt, save FireFox: Please install the FoxyProxy plug-in firefox, open FireFox-> options-> advanced-> encryption-> View Certificate-> Certificate Authority-> Import Certificate, select goagent/local/ca. crt, select all items, and import. Restart the browser. Double-click local \ goagent.exe to start Chrome or FireFox. Under Ubuntu: Apply for Google Appengine and create appid: https://appengine.google.com/ Download two programs: google_appengine_1.7.0 https://code.google.com/intl/zh-CN/appengine/downloads.htmlgoagent-1.0 http://code.google.com/p/goagent/ Decompress google_appengine_1.7.0 to the specified directory. Decompress the goagent-1.0 to the google_appengine_1.7.0 directory. Open the goagent directory, go to the proxy. ini directory, and modify the appid under [gae] In proxy. ini to the applied AppID. Go to the server/python directory, and change the application in the app. yaml file to the AppID you just applied. In the google_appengine directory, execute./appcfg. py update./goagent/server/python upload. Www.2cto.com Chrome: Install the SwitchySharp plug-in chrome, enable SwichySharp settings-import/export-restore from file, then Import SwitchyOptionschrome settings --> advanced --> Certificate Management --> select the third tab --> select goagent/local/ca. crt, save FireFox: Please install the FoxyProxy plug-in firefox, open FireFox-> options-> advanced-> encryption-> View Certificate-> Certificate Authority-> Import Certificate, select goagent/local/ca. crt, select all items, and import. Restart the browser. Run python proxy. py in the goagent/local directory to open Chrome or FireFox. Author hanzhou4519