Hi all,
I try to get Open VPN client working on a Mikrotik Router. So far without success.
Connecting to the VPN using the openvpn on linux works.
I have the following information:
- Host Name and password.
- Host uses tcp, no LZO.
- I have the CA certificate used to sign the host certificate.
I uploaded the CA certificate, and created an ovpn-client interface. This is what it looks like:
[admin@MikroTik] /interface ovpn-client> print
Flags: X - disabled, R - running
0 name="ovpn-out1" mac-address=02:BE:C7:59:65:06 max-mtu=1500 connect-to=ovpn.example.com port=443 mode=ip user="me" password="1234"
profile=default certificate=newca.crt_0 auth=sha1 cipher=aes256 add-default-route=no
This however does not work: I keep getting "TLS Failed" errors.
What does this error indicate in this case?