Skip to content

Troubleshooting

accetto edited this page May 6, 2018 · 7 revisions

Table of content

VNC Viewer connection problem "Too many security failures"

This problem has been reported for containers running on QNAP's Container Station, when connecting with TigerVNC Viewer. The containers have been created from images older than version 1.1.3

The problem has been caused by the VNC built-in blacklist policy, which was too tight. It has been mitigated by softening the policy:

BlacklistTimetout = 0
BlacklistThreshold = 20

Build arguments and environment variables BLACKLIST_TIMEOUT and BLACKLIST_THRESHOLD allow further customization in environments, where tighter blacklisting policy is required. Their original default values have been:

BlacklistTimetout = 10
BlacklistThreshold = 5

TOC

Clone this wiki locally