yahaosoft / apjp

Automatically exported from code.google.com/p/apjp
0 stars 0 forks source link

except non local address connect #179

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hello everyone, i'm new here, thanks all of you for the great job :)

I have finished gae depoying with the InstallGuideOnGAE, i set the bind port is 
192.168.2.1:10000 that is used for wifi and tested past, but my iphone cannot 
use that http proxy, iphone's address is  192.168.2.3 and set the http proxy 
already. Now i have to use ssh -L to forward anthoer port:192.168.2.1:10001 to 
192.168.2.1:10000(on my desktop), and set iphone proxy port is 
192.168.2.1:10001 so that works. So I have two question need you help:
1, Could apjp accept request by anthoer LAN address? if YES, how to?
2, I want to use apjp to connect vpn, it means use vpn through apjp(openvpn 
support http proxy on ios), but I can't convert the pem file to crt or der 
format file that iphone can accepted because no private key?

Original issue reported on code.google.com by leav....@gmail.com on 23 Aug 2013 at 6:43

GoogleCodeExporter commented 9 years ago
Hello :)

Try JAP: 
http://jvansteirteghem.github.io/blog/2013/08/08/jap-3-dot-0-0-released/
JAP is a SOCKS5 proxy server, APJP is only a HTTP/HTTPS proxy server.

Original comment by jeroen.v...@gmail.com on 23 Aug 2013 at 1:13