Swap order of auth SHA512 and cipher AES-256-CBC

I'm no expert but according to https://www.digitalocean.com/community/questions/help-with-the-following-error-tls-error-cannot-locate-hmac-in-incoming-packet-from-af_inet swapping these lines in client.conf fixes an error in the log
This commit is contained in:
Mark Robinson 2018-11-16 23:33:39 +00:00 committed by GitHub
parent c90989a0e2
commit 3becb64252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -390,8 +390,8 @@ nobind
persist-key persist-key
persist-tun persist-tun
remote-cert-tls server remote-cert-tls server
auth SHA512
cipher AES-256-CBC cipher AES-256-CBC
auth SHA512
setenv opt block-outside-dns setenv opt block-outside-dns
key-direction 1 key-direction 1
verb 3" > /etc/openvpn/client-common.txt verb 3" > /etc/openvpn/client-common.txt