Since few days, all of a sudden, all clients can't connect anymore as they receive "Invalid Credentials" error.
Analyzing logs though apparently the request of connection is successfully authenticated but the server sends "AUTH_FAILED".
Here a log example
Code: Select all
2020-11-04 14:50:33+0100 [-] OVPN 0 OUT: 'Wed Nov 4 13:50:33 2020 TCP connection established with [AF_INET]109.117.47.164:61361'
2020-11-04 14:50:33+0100 [-] OVPN 0 OUT: 'Wed Nov 4 13:50:33 2020 109.117.47.164:61361 TCP connection established with [AF_INET]109.117.47.164:61362'
2020-11-04 14:50:33+0100 [-] OVPN 0 OUT: 'Wed Nov 4 13:50:33 2020 109.117.47.164:61361 SIGTERM[soft,port-share-redirect] received, client-instance exiting'
2020-11-04 14:50:33+0100 [-] OVPN 0 OUT: 'Wed Nov 4 13:50:33 2020 109.117.47.164:61362 SIGTERM[soft,port-share-redirect] received, client-instance exiting'
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:39 2020 109.117.47.164:62170 TLS: Initial packet from [AF_INET]109.117.47.164:62170, sid=54fbf59c 3c3d682b'
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:39 2020 109.117.47.164:62170 VERIFY OK: depth=1, /CN=OpenVPN CA'
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:39 2020 109.117.47.164:62170 VERIFY OK: nsCertType=CLIENT'
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:39 2020 109.117.47.164:62170 VERIFY OK: depth=0, /CN=Administrator'
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: "Wed Nov 4 13:50:39 2020 109.117.47.164:62170 WARNING: 'cipher' is present in local config but missing in remote config, local='cipher BF-CBC'"
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:39 2020 109.117.47.164:62170 Option inconsistency warnings triggering disconnect due to --opt-verify'
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:39 2020 109.117.47.164:62170 WARNING: cipher with small block size in use, reducing reneg-bytes to 64MB to mitigate SWEET32 attacks.'
2020-11-04 14:50:39+0100 [-] AUTH SUCCESS {'status': 0, 'reason': 'local auth succeeded', 'serial_list': [], 'user': u'Administrator', 'proplist': {u'pvt_password_digest': '[redacted]', u'type': u'user_connect', u'prop_autogenerate': u'true'}, 'common_name': u'Administrator', 'serial': '19'} cli=u'win'/u'2.5_rc2'
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: "Wed Nov 4 13:50:39 2020 MANAGEMENT: CMD 'client-auth 13 0'"
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:39 2020 109.117.47.164:62170 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA'
2020-11-04 14:50:39+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:39 2020 109.117.47.164:62170 [Administrator] Peer Connection Initiated with [AF_INET]109.117.47.164:62170'
2020-11-04 14:50:40+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:40 2020 109.117.47.164:62170 Delayed exit in 5 seconds'
2020-11-04 14:50:40+0100 [-] OVPN 2 OUT: "Wed Nov 4 13:50:40 2020 109.117.47.164:62170 SENT CONTROL [Administrator]: 'AUTH_FAILED' (status=1)"
2020-11-04 14:50:45+0100 [-] OVPN 2 OUT: 'Wed Nov 4 13:50:45 2020 109.117.47.164:62170 SIGTERM[soft,delayed-exit] received, client-instance exiting'
Can someone point me in the right direction to further analyze the problem ?