Hello!
I have same problems. I can not connect to the OpenVPN server, which raised to Mikrotik RB750.
My configuration consists of:
dev tap
proto tcp
remote 192.168.88.1
port 443
client
ca ca.crt
cert client1.crt
key client1.key
ns-cert-type server
persist-key
persist-tun
verb 1
After connecting, I see in the log Mikrotik
19:47:58 ovpn,info TCP connection established from 192.168.88.251
19:47:58 ovpn,info <ovpn-0>: dialing...
19:48:01 ovpn,info <ovpn-0>: using encoding - BF-128-CBC/SHA1
19:48:06 ovpn,info <ovpn-0>: terminating... - peer disconnected
19:48:06 ovpn,info <ovpn-0>: disconnected
19:48:29 ovpn,info TCP connection established from 192.168.88.251
19:48:29 ovpn,info <ovpn-0>: dialing...
19:48:32 ovpn,info <ovpn-0>: using encoding - BF-128-CBC/SHA1
More information can be found here:
for_OpenVPN.zip (16.7 KB)