Skip to content

Commit 624ef2a

Browse files
committed
fix(errors/openvpn): remove outdated section on inconsistence warnings
1 parent 766baed commit 624ef2a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

errors/openvpn.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
# OpenVPN common errors
22

3-
## Inconsistence warnings
4-
5-
You might see some warnings for Private Internet Access and others, similar to:
6-
7-
```s
8-
openvpn: Sat Feb 22 15:55:02 2020 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1569', remote='link-mtu 1542'
9-
openvpn: Sat Feb 22 15:55:02 2020 WARNING: 'cipher' is used inconsistently, local='cipher AES-256-CBC', remote='cipher BF-CBC'
10-
openvpn: Sat Feb 22 15:55:02 2020 WARNING: 'auth' is used inconsistently, local='auth SHA256', remote='auth SHA1'
11-
openvpn: Sat Feb 22 15:55:02 2020 WARNING: 'keysize' is used inconsistently, local='keysize 256', remote='keysize 128'
12-
openvpn: Sat Feb 22 15:55:02 2020 WARNING: 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'
13-
```
14-
15-
It is mainly because the option [disable-occ](https://openvpn.net/community-resources/reference-manual-for-openvpn-2-4/) was removed for transparency with you.
16-
17-
Private Internet Access explains [here why](https://www.privateinternetaccess.com/helpdesk/kb/articles/why-do-i-get-cipher-auth-warnings-when-i-connect) the warnings show up.
18-
193
## Interrupted system call
204

215
It may happen, quite rarely though, that Openvpn is killed in a loop by the host system.

0 commit comments

Comments
 (0)