OVPN not responding

I’m trying to config OVPN from my laptop to my RB4011.

After running wireshark on my laptop i can’t see any response from my mikrotik.
and after waiting for 60 sec it gave me an error TLS key negotiation failed.

firewall rule :

add action=accept chain=input comment=OPENVPN dst-port=1194 protocol=tcp

OVPN config :

interface ovpn-server server set certificate=Server-Cert cipher=aes128,aes256 default-profile=openVPN enabled=yes require-client-certificate=yes

and my client .ovpn file :

client
dev tun
script-security 3
remote **ip**
resolv-retry infinite
nobind
auth-nocache
auth-user-pass
remote-cert-tls server
reneg-sec 0
cipher AES-256-CBC
comp-lzo
proto udp
explicit-exit-notify 1
<ca>
*********my cert ********
</ca>

Mikrotik open VPN server does not support udp and lzo. Change the config to tcp and remove lzo line

Sent from my BLA-L29 using Tapatalk