tags:

views:

228

answers:

2

Basically I want to create SSL tunnel through proxy server programatically. I am using oppnssl to create ssl tunnel, which I could create but not sure how I can create a tunnel through proxy server.

+1  A: 

A Quick google search give me this

pytunnel: tunneling w/threads (ssl thru proxy in this case)

Note: Download Link on that page is broken

S.Mark
+1  A: 

See 5.2 (Requesting a tunnel with CONNECT) in RFC2817.

caf