-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reality does not verify certificates of its destination #1734
Comments
我强调过,REALITY 是全程真实的 TLS,它并不需要,实际也没有“偷证书”,因为 TLSv1.3 把证书给加密了,中间人看不到证书 Example 也有说明:REALITY 客户端应当收到由“临时认证密钥”签发的“临时可信证书”,正常不会收到目标网站的真证书 目标网站是自己选的,你得保证目标网站的证书有效,就像允许哪些 serverNames 也由服务端决定一样,想的话你随便填都行 |
还有,只要 其实我本地早就根据近期 issue 更新了 example,包括这部分内容,只是还没放出来, |
|
抱歉这句话说得比较直。对于 REALITY 我本来是打算所有事情都就绪后一起放出,尤其是一篇详细介绍它的文章。因为这个项目比较受关注,逐步放出的话肯定会有非常多的 issue & discussion(REALITY 都没开,所以全发这里了),会严重拖慢剩下的进度。 其实对于提问类的 issue 我根本不想回复,因为文章会给出答案,希望大家明白,我在这件事上能花的时间是有限的,没事不要开 issue、追着我问问题,因为单独花时间去回答个人的提问,尤其是回复一大段那种,很占时间,结果就是没时间做其它事了,比如写文章、写代码,我把时间花在这些事上才是利益最大化、最符合公共利益的。比如现在你们去搜索 REALITY 的原理,只会得到一些散装的、零碎的回答,而若省下写这些回答的时间,本可以写完一篇面面俱到的文章,创造每个人都可以从中受益的价值。 问题是,出现一些错误解读,我不得不单独花时间去认真回复、及时纠正,心很累。最典型的比如 issue 2,其次,光一个“REALITY 的原理并不是偷证书”我都说过无数次了, 所以现在的计划是这样,我会用能花在这件事上的时间,第一步更新 example(包含对 SpiderX 及其参数的说明),第二步写完并发布文章,第三步写 release note(v1.8.0 会变成正式版),在这些事情都完成前不会回复 issue 之类的,希望大家能理解。 |
@RPRX 我也想说reality不是偷证书() |
这个更准确的表述为,自签 CA 并没有起到特别的作用,反而遇到主动探测的话会露馅得很彻底,还不如返回 |
Actually, I consider this is a "feature".
We can use a self-signed CA to issue any certificates to Reality.
And Reality does not care if the certificate is self-signed. It will not verify it.
Config:
Just set a dummy HTTP inbound, with TLS configuration set to use a CA certificate. And it will sign your Reality with any SNI you set, in the "serverNames" array.
The text was updated successfully, but these errors were encountered: