I cannot believe I am the first to encounter. ovpn for the client is:
Code: Select all
client
dev tun
proto udp
remote myserver 1194
nobind
persist-key
persist-tun
# SSL/X509
ca caCert.pem
cert cert.pem
key key.pem
tls-remote "OpenVPN_Server"
# cipher/compression
tls-auth hmac.key 1
cipher AES-128-CBC
comp-lzo
comp-noadapt
# logging
verb 2