davidhtien / ganymed-ssh-2

Automatically exported from code.google.com/p/ganymed-ssh-2
Other
0 stars 0 forks source link

Forward SOCKS through HTTP proxy #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Sorry if I am opening this issue here but I didn't find any other way to ask my 
question.

I'm looking for a SOCKS server with HTTP proxy support written in Java. The 
only project I've found is JSocks which is a SOCKS server and supports chaining 
to another SOCKS server but it doesn't support HTTP proxy.

Today I found this project and surprisingly I discovered that parts of codes 
are exactly the same in JSocks. I don't know which one has used another but I 
found out this project supports connecting to SSH server through HTTP proxy by 
issuing CONNECT method. I think I can use the same trick to convert SSL 
requests and ask proxy server to connect to HTTPS server. Correct me if I'm 
mistaken. So what about other http methods(e.g. GET, POST, ...)?

Do you know any other related projects or codes to help me this way?

Any help would be appreciated.

Original issue reported on code.google.com by mkhah...@gmail.com on 20 Jul 2014 at 7:43