To all that might come across this, updating to OpenVPN 2.4.6 solved this issue. Note that a reset of the VOXL is required before the upgrade will take hold.
Also, if you are using the vpn-start service, do not use the full file path that is there by default; instead just use the openvpn call like you would in a terminal and use the file path to sudo /usr/bin/sudo before the openvpn call like this:
/usr/bin/sudo openvpn --daemon --script-security 2 --config mykeys.ovpnIf you don't make this change, it will try to run the older version of openVPN and will run into all kinds of issues.