csmith / centauri

TLS-terminating reverse proxy in Go
MIT License
1 stars 1 forks source link

Useless spammy logging #6

Open csmith opened 2 years ago

csmith commented 2 years ago

There's some default logging from the stdlib that is entirely useless:

2022/03/08 23:43:53 http: TLS handshake error from :49276: tls: no certificates configured

2022/03/08 17:43:59 http: TLS handshake error from :54990: EOF

2022/03/08 18:12:09 http: TLS handshake error from :10155: tls: no cipher suite supported by both client and server

This should be suppressed (or behind a --verbose flag) if possible