Page 1 of 1

openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed

Posted: Thu Aug 01, 2024 8:52 pm
by mister_v
I have a problem with openVPN.

My certificates can't connect.

In the log of the server, I got:

Code: Select all

Authenticate/Decrypt packet error: packet HMAC authentication failed
Anyone know what the cause is ?

Re: openvpn Authenticate/Decrypt packet error: packet HMAC authentication failed

Posted: Thu Aug 01, 2024 9:04 pm
by Chris
This usually means you have the wrong ta.key installed on Server or client.

Check

Code: Select all

tls-auth /etc/openvpn/easy-rsa/pki/ta.key 0
or

Code: Select all

<tls-crypt>
Make sure the are the same.