openVPN only works after reinstall

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
kiona
OpenVpn Newbie
Posts: 1
Joined: Wed Mar 29, 2023 8:55 am

openVPN only works after reinstall

Post by kiona » Wed Mar 29, 2023 9:08 am

Hi,

When I start up my mac and want to open openVPN i'm Getting a connection timeout with a "Error calling protect() method on socket: 30 times"
When I reinstall the openVPN, then it works great, no time out. I can quit and open again, no problem. But as soon as I shut down my mac and start up, the openVPN app will not run anymore, I need toe reinstall it.

I also tried to completely uninstall openVPN and install again. Same problem as above. I used other versions, did not work, keep having the problem.
I work with OSX 13.2.1
Installed version of openVPN connect 3.4.2.4547
Tried version: 3.4.1.4522
and version: 3.3.6.4368

Does anyone know what the problem is?

thanks already

User avatar
JosephS
OpenVPN Inc.
Posts: 54
Joined: Fri Feb 17, 2023 5:15 pm

Re: openVPN only works after reinstall

Post by JosephS » Tue Apr 18, 2023 7:53 am

Sounds like the openVPN connect launch daemon is not working.
Can you run the following command in the terminal and see if you get an output:

Code: Select all

sudo launchctl list | grep org.openvpn.client
If there are no outputs then you can try loading it manually via the command:

Code: Select all

sudo launchctl load /Library/LaunchDaemons/org.openvpn.client.plist
But, in case if it will stop working again you may want to check if there is any other 3rd party application that is preventing the ovpn client agent from starting.

retry
OpenVpn Newbie
Posts: 1
Joined: Sun Aug 27, 2023 5:34 am

Re: openVPN only works after reinstall

Post by retry » Sun Aug 27, 2023 5:34 am

Thank you for the solution. It works!

I've been facing this for 3-6 months, constantly reinstalling the OpenVPN client on Mac(macbook m1, Ventura 13.4). I couldn't find this solution when I was looking for this exact bug in GitHub issues. Apparently, no one had created it.

I personally didn't understand what exactly breaks the client. Do you have any suggestions on what I should investigate?

thiagopac
OpenVpn Newbie
Posts: 1
Joined: Wed Jan 10, 2024 1:50 pm

Re: openVPN only works after reinstall

Post by thiagopac » Wed Jan 10, 2024 1:52 pm

I've had exactly the same problem for 6 months or a little longer. The solution above also worked for me, however I would like to know if this extra step could be taken by the application itself in the future.

User avatar
JosephS
OpenVPN Inc.
Posts: 54
Joined: Fri Feb 17, 2023 5:15 pm

Re: openVPN only works after reinstall

Post by JosephS » Tue Feb 13, 2024 10:24 am

Hi thiagopac,

What I'm guessing is that OpenVPN Connect may not be allowed to run in the background on your macOS machine.
Go to Setting > General > Login items > Allow In Background > Make sure that OpenVPN Client is toggled ON.
After that reboot the machine.

Hope this helps.
Regards,
JosephS

adam_aptech
OpenVpn Newbie
Posts: 1
Joined: Thu Sep 14, 2023 4:26 pm

Re: openVPN only works after reinstall

Post by adam_aptech » Thu Feb 15, 2024 1:44 am

OpenVPN was already and still is in "Allow In Background". This was certainly a bug, that seemed to be fixed after an in place update to version 3.4.7 (4745), installed on 2024-02-11. But after MacOS update to 14.3.1 (23D60) it is broken again. A fresh install of Version 3.4.8 (4792) has fixed the issue and lasted through a few reboots.

Post Reply