]> git.ipfire.org Git - ipfire-2.x.git/commit
openvpn: Return something if the authentication is in an unknown state
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Sep 2025 16:30:59 +0000 (18:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Sep 2025 16:38:39 +0000 (18:38 +0200)
commit8018f729982f363bacbf53840ff0fd05e39938f8
treee39d1f5706cabd431e7f2342e999c0ff73cee0ca
parentaf0a1f70aa0ed081b32c4f7589979a1cc19afb9a
openvpn: Return something if the authentication is in an unknown state

Sometimes, the clients seem to be sending a PUSH_REQUEST which is not
receiving a reply from the server. That is because the authenticator
might not respond at all on the socket.

In that case, we should just aim to restart the authentication and hope
that the client will come back with something that we expected.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/ovpn/openvpn-authenticator