1. My Caddy version (caddy version
):
~ # ./caddy version
v2.0.0-rc.3 h1:z2H/QnaRscip6aZJxwTbghu3zhC88Vo8l/K57WUce4Q=
3. The problem I’m having:
I am getting a lot of http: TLS handshake
errors. Some of them are understandable, some less, some others will get fixed when I transition to the final configuration (replacing Traefik):
2020/04/26 17:45:07 http: TLS handshake error from 172.18.0.18:39426: local error: tls: bad record MAC
2020/04/26 17:45:07 http: TLS handshake error from 172.18.0.18:39430: local error: tls: bad record MAC
2020/04/26 17:45:07 http: TLS handshake error from 172.18.0.18:39436: local error: tls: bad record MAC
2020/04/26 17:45:07 http: TLS handshake error from 192.168.10.72:52126: remote error: tls: unknown certificate
2020/04/26 17:45:07 http: TLS handshake error from 172.18.0.18:39440: local error: tls: bad record MAC
2020/04/26 17:45:07 http: TLS handshake error from 172.18.0.27:58626: no certificate available for 'elasticsearch.XXX.info'
2020/04/26 17:45:07 http: TLS handshake error from 172.18.0.18:39448: local error: tls: bad record MAC
2020/04/26 17:45:07 http: TLS handshake error from 172.18.0.18:39452: local error: tls: bad record MAC
2020/04/26 17:45:07 http: TLS handshake error from 172.18.0.18:39454: local error: tls: bad record MAC
2020/04/26 17:45:08 http: TLS handshake error from 192.168.10.72:52127: remote error: tls: unknown certificate
2020/04/26 17:45:09 http: TLS handshake error from 172.18.0.17:51918: local error: tls: bad record MAC
2020/04/26 17:45:12 http: TLS handshake error from 192.168.10.72:52128: EOF
While I am debugging, is there a way to silence these errors?