Help For OVPN Server and Client

Hi guys
I try to establish a connection between Mikrotik OVPN server and client on Windows platform but that wasnt successful.
OVPN client on mikroitk is successful.
here is my config.ovpn file in windows

client

dev tap
proto tcp-client
remote 192.168.234.128 1194
route 192.168.234.0 255.255.255.0  
resolv-retry infinite
nobind
persist-key
persist-tun
ca cert_export_myCa.crt
cert cert_export_client1.crt
key cert_export_client1.key
auth-user-pass
#ns-cert-type server
cipher AES-256-CBC
auth SHA1
#comp-lzo
verb 1

and here is Log file from OVPN client on windows

u Feb 25 08:20:13 2016 OpenVPN 2.3.10 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [IPv6] built on Feb  1 2016
Thu Feb 25 08:20:13 2016 Windows version 6.2 (Windows 8 or greater)
Thu Feb 25 08:20:13 2016 library versions: OpenSSL 1.0.1r  28 Jan 2016, LZO 2.09
Enter Management Password:
Thu Feb 25 08:20:19 2016 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Thu Feb 25 08:20:22 2016 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Thu Feb 25 08:20:22 2016 Attempting to establish TCP connection with [AF_INET]192.168.234.128:1194 [nonblock]
Thu Feb 25 08:20:23 2016 TCP connection established with [AF_INET]192.168.234.128:1194
Thu Feb 25 08:20:23 2016 TCPv4_CLIENT link local: [undef]
Thu Feb 25 08:20:23 2016 TCPv4_CLIENT link remote: [AF_INET]192.168.234.128:1194
Thu Feb 25 08:20:23 2016 Connection reset, restarting [0]
Thu Feb 25 08:20:23 2016 SIGUSR1[soft,connection-reset] received, process restarting
Thu Feb 25 08:20:28 2016 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Thu Feb 25 08:20:28 2016 Attempting to establish TCP connection with [AF_INET]192.168.234.128:1194 [nonblock]
Thu Feb 25 08:20:29 2016 TCP connection established with [AF_INET]192.168.234.128:1194
Thu Feb 25 08:20:29 2016 TCPv4_CLIENT link local: [undef]
Thu Feb 25 08:20:29 2016 TCPv4_CLIENT link remote: [AF_INET]192.168.234.128:1194
Thu Feb 25 08:20:29 2016 Connection reset, restarting [0]
Thu Feb 25 08:20:29 2016 SIGUSR1[soft,connection-reset] received, process restarting
Thu Feb 25 08:20:32 2016 SIGTERM[hard,init_instance] received, process exiting

can anyone help me out of this problem? i will appreciate
thnks