Files
openvpn-manager/backend/pkg/openvpn
cnbugs 70341c78e5 Fix VPN verify script: add debug logging, remove set -e
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.
2026-08-09 23:21:05 +08:00
..