Möbius

Results 19 comments of Möbius

> @ELXIAGHT 最好发一下 可复现的配置 包括Nginx 有空我试试 以下为复现"ERR_SSL_VERSION_OR_CHIPPER_MISMATCH"的nginx配置: ``` user root; worker_processes auto; events { worker_connections 1024; } error_log /var/log/nginx/error.log error; pid /var/run/nginx.pid; # TCP四层分流 stream { map $ssl_preread_server_name $stream_map {...

> 你上提交的Nginx有错误:‘# http七层分流’中最后server块少一个大括号。如你实际配置就如上,那么跟PROXY protocol无关。 感谢!如果缺少这个“}”,nginx肯定会报错无法运行! 但我实际配置使用的比这个更复杂一点,且和本例没有关系,所以我简化了配置。

这里还有一份issue可供参考。这里也是类似配置,在关闭了proxy protocol后即可正常使用。 #1335

姑且简单提一下如果用SNI分流与proxy portocol的暂时解决办法。 在stream模块中再侦听一个端口,将proxy protocol在nginx处理完再送到xray里是没问题的。 目前截止到1.6.4。

1.7.1版本已修复该问题,感谢~

error.log debug ``` 2023/01/07 13:47:10 [Debug] app/log: Logger started 2023/01/07 13:47:10 [Debug] app/router: MphDomainMatcher is enabled for 1 domain rule(s) 2023/01/07 13:47:10 [Debug] app/router: MphDomainMatcher is enabled for 1 domain...

access.log ``` 2023/01/07 13:52:18 [2408:8239:3e02:e4b2:3562:3d09:6229:3be8]:50820 accepted tcp:fd.api.iris.microsoft.com:443 [XRay_beta -> proxy] email: [email protected] 2023/01/07 13:52:18 [2408:8239:3e02:e4b2:3562:3d09:6229:3be8]:50821 accepted tcp:www.google.com:443 [XRay_beta -> proxy] email: [email protected] 2023/01/07 13:52:27 [2408:8239:3e02:e4b2:3562:3d09:6229:3be8]:50826 accepted tcp:clientservices.googleapis.com:443 [XRay_beta -> proxy]...

这个issue,可能对你有参考。#1339

一直支持的,我自己用是没问题的。 ________________________________ From: Creeper ***@***.***> Sent: Tuesday, December 13, 2022 10:25:39 PM To: XTLS/Xray-core ***@***.***> Cc: M?bius ***@***.***>; Comment ***@***.***> Subject: Re: [XTLS/Xray-core] 现在vision是否还不支持前置代理? (Issue #1430) vless之前的那个回落现在的vision支持还吗? ― Reply to...