Page 1 of 1

i'm traped by TLS

Posted: Mon May 13, 2013 10:23 pm
by AhAdComesIn
hi
I'm using OpenVPN for accessing my Offices resources for a while, but suddenly, i can't connect to my OpenVPN server, maybe my ISP is blocking TLS packets cuz when i start connecting to server it stops at this step:

TLS: Initial packet from xx.xx.xx.xx:xx, sid=xxxxxx xxxxx

is it possible to just make it simpler by not using TLS? i really don't care about the encryption i just want to access the remote resources:|

Re: i'm traped by TLS

Posted: Tue May 14, 2013 1:27 pm
by janjust
a TLS error is - in 99.9% of the cases - caused by a firewall blocking traffic. If your ISP/country wants to block openvpn traffic then they can do so quite easily.
You can work around this (in some cases) by using an stunnel+openvpn setup (search the internet or this forum for more threads on this).

Re: i'm traped by TLS

Posted: Tue May 14, 2013 4:57 pm
by AhAdComesIn
janjust wrote:a TLS error is - in 99.9% of the cases - caused by a firewall blocking traffic. If your ISP/country wants to block openvpn traffic then they can do so quite easily.
You can work around this (in some cases) by using an stunnel+openvpn setup (search the internet or this forum for more threads on this).

Tanks for ur time, i will try it.