OpenVPN client problems

hi , please help me to up openVPN client.
Provider give me a config , with this conf i try to up vpn on windows and all ok working, but not in mikrotik.Attach a screenshot mikrotik openvpn client + log mikrotik

conf file

client
dev tun
proto udp
remote XX.XX.XX.XX
port XXXX
resolv-retry infinite
comp-lzo

ca “C:\Program Files\OpenVPN\config\XX.crt”
cert “C:\Program Files\OpenVPN\config\XX.crt”
key “C:\Program Files\OpenVPN\config\XX.key”
tls-auth “C:\Program Files\OpenVPN\config\XX.key”

tls-client
tls-timeout 12

auth MD5
cipher BF-CBC

persist-key
persist-tun
verb 3
mute 20

route-method exe
route-delay 2

Welcome to the club of disappointed users. UDP and LZO are not supported by RouterOS.

i can ask provider to change only for me settings open vpn ?

Try it, you have nothing to lose.

Change location of cert and keys


Have a good day!