70341c78e5
The verify.sh had 'set -e' which could cause premature exit in edge cases. Replaced with explicit logging to /tmp/openvpn-verify.log so we can diagnose AUTH_FAILED on production servers. Log shows: timestamp, username, HTTP code, response body, ALLOW/DENY. Also redirected curl stderr to log file instead of /dev/null so connection errors are visible for debugging.