Page 1 of 1

OpenVPN on Mac Catalina not running up script

Posted: Thu Jul 16, 2020 9:55 pm
by srstites75
Hi, I've been messing around with this all afternoon and looking for any pointers.

I have OpenVPN Connect 3.2.0 setup on my Catalina mac, and its connecting fine.

I'm trying to create an up script to open a web browser to a particular URL, so I have:

script-security 2
up /tmp/client_up.sh

in the config file, and the contents of client_up.sh is just:

open https://www.google.com

I can run the script manually from the shell and it works fine, I've tried to
configure this several different ways and can't get it to open the browser
on connection, and also don't see any errors in the log file.

Any idea of what could be going on here?