Please help "TLS failed:TLS handshake failed"

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Anson0
OpenVpn Newbie
Posts: 14
Joined: Tue Nov 25, 2014 1:56 pm

Re: Please help "TLS failed:TLS handshake failed"

Post by Anson0 » Mon Dec 01, 2014 5:01 pm

Michael,I have changed reinstalled my vps,and the server.conf is as below,but the openvpn server failed to start."Starting virtual private network daemon:server error",I have searched using google,and saw some post saying the problem is the server.conf not configured properly.what do you think is the possible cause?

Server.conf

port 1194
proto udp
dev tun

ca /etc/openvpn/certs/ca.crt
cert /etc/openvpn/certs/neutron.crt
key /etc/openvpn/certs/neutron.key
dh /etc/openvpn/certs/dh2048.pem
tls-auth /etc/openvpn/certs/ta.key 0

server 192.168.88.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "redirect-gateway def1 bypass-dhcp"
push "dhcp-option DNS 8.8.8.8"
push "dhcp-option DNS 8.8.4.4"

client-to-client
keepalive 1800 4000

cipher DES-EDE3-CBC # Triple-DES
comp-lzo

max-clients 10

user nobody
group nogroup

persist-key
persist-tun

#log openvpn.log
#status openvpn-status.log
verb 5
mute 20

User avatar
maikcat
Forum Team
Posts: 4200
Joined: Wed Jan 12, 2011 9:23 am
Location: Athens,Greece
Contact:

Re: Please help "TLS failed:TLS handshake failed"

Post by maikcat » Tue Dec 02, 2014 7:02 am

post server log contents please...

Michael.

Locked