OpenVPN: WARNING: this configuration may cache passwords in memory — use the auth-nocache option to prevent this
Running into this?
OpenVPN: WARNING: this configuration may cache passwords in memory — use the auth-nocache option to prevent this
Fix it by adding this parameter to the OpenVPN config file:
# Don't save passwords when connected.
auth-nocache
Restart your OpenVPN connection.
Cheers,
TK