Hi there,
I wanted to put the tls-auth key into the client config (<tls-auth></tls-auth>), but this way there are supposedly no way to specify the direction. And with direction 0 on the server, and unspecified on the client it doesn't work:
If I have it unspecified on both the client and the server it works. Is that okay to not specify the direction? Or should I keep the tls-auth key in a separate file and always specify the direction?
I wanted to put the tls-auth key into the client config (<tls-auth></tls-auth>), but this way there are supposedly no way to specify the direction. And with direction 0 on the server, and unspecified on the client it doesn't work:
Code:
Apr 03 11:32:34 hostname openvpn[1598]: Authenticate/Decrypt packet error: packet HMAC authentication failed Apr 03 11:32:34 hostname openvpn[1598]: TLS Error: incoming packet authentication failed from [AF_INET]xx.xxx.xx.xxx:35966
Comment