TLS Error: cannot locate HMAC in incoming packet from [AF_INET]
Getting this?
TLS Error: cannot locate HMAC in incoming packet from [AF_INET]192.168.0.76:65169
Solve it by ensuring these two lines match the server:
cipher AES-256-CBC
auth SHA256
And ensure they appear in the sever config as well as follows:
cipher aes-256-cbc
auth sha256
Cheers,
TK