Skip to content

Ignore openvpn logwatch warnings (#6867)

These are warnings that might have different origins, each of them we don't want to alarm the admin:

  • A bitmask client bug (user will poke the client devs if things break, and they will go after it)
  • A simple network failure, packets might get cut of
  • Malicious user tries to temper with TLS handshakes - this gets more interesting, but still (like ssh bruteforce attacs) an admin would not want to get annoyed by this by default, but they still have the option to use log analysers of their choice if they want to investigate this.

Change-Id: I23ca3b700e41f22f34ad3346ed4e647b86000bb2

Merge request reports