Open GoogleCodeExporter opened 9 years ago
miss the run command:
cd /path/to/appp-0.1.3
python appp.py gae-https
Original comment by westmin...@gmail.com
on 17 Mar 2013 at 7:07
According to @Farter's word "the appropriate solution if a self-signed
certificate need to be used is to add the self-generated root ca to the
cacert.pem file",to solve invalid certificate problem follow this tow step:
1. open APPP.pem and cacert.pem with notepad (or other text editor), then copy
the whole content in APPP.pem to the end of cacert.pem. better to find and
delete this section:(start in line 2695)
CNNIC ROOT
==========
-----BEGIN CERTIFICATE-----
MIIDV****
mxE=
-----END CERTIFICATE-----
2. import APPP.pem to browsers see:
http://code.google.com/p/apjp/wiki/InstallGuideOnGAE
Original comment by westmin...@gmail.com
on 17 Mar 2013 at 8:07
Thanks! :)
Original comment by jeroen.v...@gmail.com
on 18 Mar 2013 at 7:22
what does "[EXAMPLE-TRANSPARENT-HTTPS]" mean?
I cannot make it work when I set TRANSPARENT_HTTPS=yes
Original comment by fifa...@gmail.com
on 18 Mar 2013 at 2:31
http://fartersoft.com/appp/
section: Transparent Proxy
I don't know what is transparent proxy. I think it's something like VPN
than can handle all http request from applications in case of setting up
proper system router rules. According to @Farter's words, APPP can ONLY
handle https request if transparent_https=yes. I don't need it and just
need to connect to GAE, so setting up [gae-https] is enough.
Original comment by westmin...@gmail.com
on 18 Mar 2013 at 3:38
Original issue reported on code.google.com by
westmin...@gmail.com
on 17 Mar 2013 at 7:03Attachments: