good20087758521 / apjp

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

is there any program to emulate socks5 proxy from http/https connections? #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i have find this program sshproxy ( http://www.d-bross.com/en/papers/sshproxy/ 
) it acts like a socks5 server which as the programer claims it can use http 
proxy when i config 127.0.0.1:10000 it does not work, but without proxy it 
works ofcourse uses same ip which has censorship!
i have attached source and program itself with executable bat and also pdf of 
it which i got for this program in this mail, would please take look yourself 
maybe there is a way to fix it

the reason i need socks5 is because on of my programs only accepts socks proxy 
and not http(s) i even tried to Proxifier it but did not work cause APJP's 
https does not accept in Proxifier but APJP's HTTP works in Proxifier and again 
my program does not connect through http....

Original issue reported on code.google.com by roshanra...@gmail.com on 24 Mar 2013 at 9:13

Attachments:

GoogleCodeExporter commented 9 years ago
APJP does not support SOCKS4/5.
JAP supports SOCKS5: http://code.google.com/p/jap/

Original comment by jeroen.v...@gmail.com on 24 Mar 2013 at 10:15

GoogleCodeExporter commented 9 years ago
i know APJP does not support SOCKS but i wonder if there were a way to emulate 
socks server through HTTP(S)

Original comment by roshanra...@gmail.com on 24 Mar 2013 at 10:29

GoogleCodeExporter commented 9 years ago
You can connect to a SOCKS4/5 proxy server through a HTTP(S) proxy server with 
a HTTP CONNECT tunnel.
You can not create a HTTP CONNECT tunnel through APJP.

Original comment by jeroen.v...@gmail.com on 24 Mar 2013 at 2:07