Caddy TLS 握手错误

Caddy TLS handshake error

简单的 caddy 配置

www.example.ga {
    proxy / http://server:12345
}

example.ga {
    proxy / http://server:12345
}

但有无数错误,例如

92.53.91.128 - No such site at :443 (Remote: 72.210.252.137, Referer: )
TLS handshake error from 68.195.148.47:54875: tls: client offered an unsupported, maximum protocol version of 300

这只是意味着不支持现代版本 TLS 的旧客户端正在尝试连接到您的服务器;通常是机器人。 Version 300 is SSL 3.0,Caddy 不支持,因为它又旧又坏。您通常可以忽略这些日志消息。