Skip to content

Commit d480fda

Browse files
OpenVPN: add useful entry in the troubleshooting section
If you get this error: TLS Error: cannot locate HMAC in incoming packet from ... Very probably you will appreciate the added entry in the troubleshooting list. Ref #216
1 parent 26cb703 commit d480fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

how-to/security/install-openvpn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ If the above didn't work for you, check the following:
350350
- Client and server must use same protocol and port, e.g. UDP port 1194, see `port` and `proto` config options.
351351
- Client and server must use the same compression configuration, see `comp-lzo` config option.
352352
- Client and server must use same config regarding bridged vs. routed mode, see `server vs server-bridge` config option
353+
- Client must use the config `tls-auth` with index `0` (example client config: `tls-auth FILE 0`), but server must use `tls-auth` with index `1` (example server config: `tls-auth FILE 1`).
353354

354355
## Advanced configuration
355356

0 commit comments

Comments
 (0)