25.03.2024, 16:53
We've just found a problem testing this firmware version. Our machines are connected using OpenVPN client, flawlessly. After firmware upgrade we get this status in openvpn client: Tunnel status: unknown / no connection
In status log maybe problem can be related to this lines:
TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network
TLS Error: TLS handshake failed
Our server is an openvpn router from mikrotik, dinamic IP. We just updated two machines, and same problem arises in everyone. I've tried to change configuration file, server configuration and checked server logs, but I can't find anything usefull.
Our client configuration is always the same:
client
dev tun
proto udp
remote "our server"
port 1175
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
verb 4
mute 10
cipher AES-256-CBC
auth SHA1
auth-user-pass
auth-nocache
Can it be a bug? Thank you
In status log maybe problem can be related to this lines:
TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network
TLS Error: TLS handshake failed
Our server is an openvpn router from mikrotik, dinamic IP. We just updated two machines, and same problem arises in everyone. I've tried to change configuration file, server configuration and checked server logs, but I can't find anything usefull.
Our client configuration is always the same:
client
dev tun
proto udp
remote "our server"
port 1175
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
verb 4
mute 10
cipher AES-256-CBC
auth SHA1
auth-user-pass
auth-nocache
Can it be a bug? Thank you