Skip to content

Commit cf5c834

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 9656dcb commit cf5c834

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
@@ -346,6 +346,7 @@ If the above didn't work for you, check the following:
346346
- Client and server must use same protocol and port, e.g. UDP port 1194, see `port` and `proto` config options.
347347
- Client and server must use the same compression configuration, see `comp-lzo` config option.
348348
- Client and server must use same config regarding bridged vs. routed mode, see `server vs server-bridge` config option
349+
- Client must use the config `tls-auth` with index `1` (example client config: `tls-auth ta.key 1`), but server must use `tls-auth` with index `0` (example server config: `tls-auth ta.key 0`).
349350

350351
## Advanced configuration
351352

0 commit comments

Comments
 (0)