Don't log invalid certificates (#1116)

This commit is contained in:
Nate Brown
2024-04-29 15:21:00 -05:00
committed by GitHub
parent 8e94eb974e
commit a99618e95c
3 changed files with 20 additions and 8 deletions

View File

@@ -33,6 +33,5 @@ l.WithError(err).
WithField("vpnIp", IntIp(hostinfo.hostId)).
WithField("udpAddr", addr).
WithField("handshake", m{"stage": 1, "style": "ix"}).
WithField("cert", remoteCert).
Info("Invalid certificate from host")
```