我正在尝试配置 Squid 作为 Telegram Messenger 代理使用本指南。我的 Squid 抱怨他们建议的配置选项(输出squid -k parse
):
2019/05/22 11:17:20| Processing: acl DiscoverSNIHost at_step SslBump1
2019/05/22 11:17:20| FATAL: Invalid ACL type 'at_step'
FATAL: Bungled /etc/squid/squid.conf line 1003: acl DiscoverSNIHost at_step SslBump1
Squid Cache (Version 3.5.27): Terminated abnormally.
Squid 网站说这at_step
出现在版本 3.5 中,所以版本应该不是问题。一些论坛建议从源代码编译 Squid,并使用--with-openssl
和等标志--enable-ssl-crtd
使选项等at_step
工作。我想知道这可能是问题所在。那么我应该自己编译和安装 Squid 吗?
Ubuntu 18.04.1