I get this error when I tried to connect with client :
TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
TLS Error: TLS handshake failed
Tried to disable my firewall, still got this error. This is my settings.
Server :
Code: Select all
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
client-to-client
keepalive 5 60
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
Code: Select all
client
dev tun
proto udp
remote server.ip 1194
resolv-retry infinite
ns-cert-type server
nobind
persist-key
persist-tun
ca ca.crt
cert johan.crt
key johan.key
comp-lzo
verb 3