Hi,
From what I read the examples in stunnel site it possible to wrap VPN's
using Stunnel tool. Is it possible to do it for openvpn packets?
I can configure thru the openvpn configurations that it packets will go thru port 80 and use TCP but the packets are not http pure. I need to wrap this packets using the stunnel tool.
The purpose is to use openvpn over http.
I will appreceate if someone can give me a solution for combinig Stunnel and openvpn if possible.
Thanks
On 01/19/2011 08:29 PM, Guy Sapir wrote:
Hi,
From what I read the examples in stunnel site it possible to wrap VPN's using Stunnel tool. Is it possible to do it for openvpn packets?
I can configure thru the openvpn configurations that it packets will go thru port 80 and use TCP but the packets are not http pure. I need to wrap this packets using the stunnel tool.
The purpose is to use openvpn over http.
stunnel is the wrong tool - it's more a "tcp over https" tool (it's actually "tcp over ssl"...) - and openvpn can do that natively anyway
If you have to use HTTP instead of HTTPS, then look at httptunnel instead (I don't use it, but it looks appropriate), and run openvpn through that
http://www.gnu.org/software/httptunnel/