简单的球童配置
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
答案 0 :(得分:3)
这意味着不支持现代版TLS的旧客户正在尝试连接到您的服务器;通常是机器人。 Version 300 is SSL 3.0,凯蒂不支持,因为它已经破旧了。您通常可以忽略这些日志消息。