Code: Select all
Sun Jul 14 01:41:40 2019 AUTH: Received control message: AUTH_FAILED
Sun Jul 14 01:41:40 2019 SIGTERM[soft,auth-failure] received, process exiting
This has something to do with PIA/OpenVPN using both password authentication and tokens.
Padavan's OpenVPN client implementation wasn't answering the expected way on reconnect.
A few nights of trial and error lead me to the
Code: Select all
auth-retry interact
Posting this here to save some sleep for someone else.
My extended config is
Code: Select all
persist-key
persist-tun
tls-client
remote-cert-tls server
resolv-retry infinite
reneg-sec 0
ping-timer-rem
auth-retry interact