I have imported the configuration but unfortunately comes when connecting always immediately an error message.
"EVENT:CORE_ERROR option_error: proto_option_error: ping: error parsing number [ERR]"
Here is my config:
Code: Select all
client
proto udp
auth SHA1
dev tun
topology subnet
remote xxx.xxx.xxx.xxx 443
remote-cert-tls server
ns-cert-type server
nobind
ping restart 30
comp-lzo
cipher AES-256-CBC
persist-key
persist-tun
# mssfix 1300
verb 3
#script-security 2
<ca>
-----BEGIN CERTIFICATE-----
.........
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
........
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----
........
-----END RSA PRIVATE KEY-----
</key>
key-direction 1
<tls-auth>
-----BEGIN OpenVPN Static key V1-----
......
-----END OpenVPN Static key V1-----
</tls-auth>
Thank you