Page 1 of 1

OpenVPN Connect 3.3.5 do not work on Catalina 10.15.7

Posted: Tue May 10, 2022 3:01 pm
by hardex
Hello,

I use Mac OpenVPN Connect 3.3.1 and the latest version of macOS at my work MacBook and all is well.
But when I'm trying to establish a connection on my old home Mac (OpenVPN Connect 3.3.5 on Catalina 10.15.7) ... it's not working.

Can anyone help and tell me what is wrong?

config.ovpn:

dev tun
proto tcp
auth-user-pass
auth-nocache
remote 217.76.205.xxx
port 443
client
resolv-retry infinite
ca xxx_ca.crt
remote-cert-tls server
tls-client
reneg-sec 0
cipher AES-256-CBC
auth MD5
ns-cert-type server
persist-key
persist-tun
verb 5
route 217.76.205.xxx 255.255.255.240
route 172.16.172.xxx 255.255.255.0

Error:
Image

Re: OpenVPN Connect 3.3.5 do not work on Catalina 10.15.7

Posted: Sat Sep 24, 2022 10:34 am
by benajirkamal
I also face the same issue.
https://prnt.sc/spdxH2060B4V

Re: OpenVPN Connect 3.3.5 do not work on Catalina 10.15.7

Posted: Thu Oct 06, 2022 3:07 pm
by openvpn_inc
Hello,

Sorry to hear that. However NETWORK_EOF_ERROR indicates that the target server is unreachable. Other than that I can assure you that the app works on Catalina. You might want to check if on the server side you even see a connection attempt coming in, and that it is online and up-to-date. Also check that no local security software is blocking OpenVPN Connect from connecting to the server.

Kind regards,
Johan