Hi – I get numerous log lines in my logs re: SSL_ERROR_ZERO_RETURN, for example:
[Feb 14 13:49:18] WARNING[1170155] pjproject: SSL 6 [SSL_ERROR_ZERO_RETURN] (Read) ret: 0 len: 65535
…these appear (?) to be due to probers/scanners connecting and disconnecting. (Our devices all work fine and don’t generate these errors as far as I can tell.)
I’ve tried /etc/asterisk/pjproject.conf:
[startup]
log_level = 0
…followed by asterisk -rx “module reload res_pjproject.so”.
My logger.conf looks like this:
[general]
[logfiles]
console = verbose,notice,warning,error
full = verbose,notice,warning,error,debug
security = security,notice,warning,error
I thought that those messages were coming from pjproject and that the pjproject.conf would solve it, but no… what am I doing wrong? What’s the proper way to approach this?
(I do already have various firewalls and fail2ban going and such.)
Thanks!