I've setup SSL configuration on my webserver through the letsencrypt system.
However it seems that some clients are trying to connect that either have too old versions of SSL, or are deliberately trying to use versions that Letsencrypt won't allow, so I get errors like this in the Nginx log:
2019/08/25 00:51:03 [crit] 30332#30332: *59285 SSL_do_handshake() failed
(SSL: error:1417D18C:SSL routines:tls_process_client_hello:version
too low) while SSL handshaking, client: 1.2.3.4, server: 0.0.0.0:443
I'm never going to do anything about these events, so I don't need that info to be logged, and they get in the way of viewing actual errors.
Is there any way of telling nginx to not log these types of errors?
If it didn't help, then:
If it didn't help, then:
Source: https://nginx.org/en/docs/ngx_core_module.html#error_log