1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-05 05:33:30 +03:00

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-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
auth SHA512
setenv opt block-outside-dns
key-direction 1
verb 3" > /etc/openvpn/client-common.txt