I'm trying to use OpenVPN config file, which worked just fine when used in pc app, but I dont know why I'm getting
in logsovpn-out1: terminating... - TLS failed
I Imported ovpn file as certificates, and i got Trusted certificate, and Trusted Key,dev tun
persist-tun
persist-key
cipher AES-128-CBC
ncp-ciphers AES-128-GCM
auth SHA256
tls-client
client
resolv-retry infinite
remote XXX.XX.XXX.XXX 1194 udp
verify-x509-name "THE_NAME" name
auth-user-pass
remote-cert-tls server
<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
</key>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
...
-----END OpenVPN Static key V1-----
</tls-auth>
But I think the problem is in
becase I didn't use it in any way.2048 bit OpenVPN static key
Can I get any advice?
I red earlier that TLS doesn't work on RouterOS, but that can refer to different case.
I'm on RouterOS 7.2.3