awstats stops processing logs with bad ssl requests
AWStats Log Analyzer
Brought to you by:
eldy,
manolamancha
you can reproduce such a request with
wget https://localhost:80/
It depends on apache version, but you get (Debian Jessie)
::1 - - [18/Jan/2015:14:43:27 +0300] "\x16\x03" 400 0 "-" "-"
or (Debian Wheezy)
::1 - - [...] "\x16\x03" 501 289 "-" "-"
Both log entry - are "valid" log lines for 400 or 501. But currently
awstats stops processing log files if you have a lot of such "bad" entries.
Can we just ignore them (without touching NbOfLinesForCorruptedLog option)?
PS: related debian bugs:
https://bugs.debian.org/706076
https://bugs.debian.org/626185 (different, but similar issue)