cedar2025 / Xboard

基于V2board二次开发支持新协议新特性的高性能面板
MIT License
2.04k stars 510 forks source link

[BUG] 订阅链接v2rayN无法获取 #246

Open heichaowo opened 1 month ago

heichaowo commented 1 month ago

🙇‍♂️🙇‍♂️🙇‍♂️注意:XrayR等非XBoard问题请前往项目方提问 🙇‍♂️🙇‍♂️🙇‍♂️Note: XrayR and other non-XBoard issues please go to the project side to ask questions

The XBoard version number you are using 当前使用的XBoard版本号(git commit id)

当前的最新版 f574642 Would you like to deploy using Docker? 你的部署方式(是否为Docker)

Please briefly describe the issue you encountered (preferably with reproducible steps). 简单描述你遇到的问题(最好带上复现步骤)

nginx配置文件

    server {
        listen 443 ssl;
        listen [::]:443 ssl;

        server_name xx.xx;
        ssl_certificate       /etc/ssl/xx.xx/server.crt;
        ssl_certificate_key   /etc/ssl/xx.xx/server.key;
        ssl_stapling on;
        ssl_stapling_verify on;
        ssl_session_timeout 1d;
        ssl_session_cache shared:MozSSL:10m;
        ssl_protocols TLSv1.3 TLSv1.2;
        add_header X-Frame-Options "SAMEORIGIN";
        add_header X-Content-Type-Options "nosniff";

        location ^~ / {         
            proxy_pass http://127.0.0.1:7001;
            proxy_http_version 1.1;
            proxy_set_header Connection "";
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Real-PORT $remote_port;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header Host $http_host;
            proxy_set_header Scheme $scheme;
            proxy_set_header Server-Protocol $server_protocol;
            proxy_set_header Server-Name $server_name;
            proxy_set_header Server-Addr $server_addr;
            proxy_set_header Server-Port $server_port;
            proxy_cache off;
        }

使用V2rayN导入链接提示 Authentication failed because the remote party sent a TLS alert: 'ProtocolVersion'.

Screenshot of the reported error(Please do desensitization) 报告错误的截图(请做脱敏处理)

image

Screenshot of the reported error(Please do desensitization) 报告错误的截图(请做脱敏处理)

Run the php artisan log:export 7 command to export log files (where 7 represents logs for the last 7 days). 运行php artisan log:export 7 命令导出的日志文件(其中7为最近7天的日志)。

FlowerCountry commented 3 weeks ago

现检查你的SSL证书是否能用

如果SSL证书没有问题就把配置文件里这么一大堆东西无用的东西删了,只留下必要的

heichaowo commented 3 weeks ago

SSL证书没问题。我是抄了某教程的,看来这些教程还没有与时俱进

heichaowo commented 3 weeks ago
        location ^~ / {              
            proxy_pass http://127.0.0.1:7001;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header Host $host;

只留下了必要的还是同样的报错

FlowerCountry commented 3 weeks ago

image 检查这里, 把他给成IP看看会不会错

heichaowo commented 3 weeks ago

image 还是出错 我直接通过http:ip:7001/api/v1 是可以正常获取的

wyUshio commented 2 weeks ago

image 检查这里, 把他给成IP看看会不会错

老哥你咋解决的?重装了好几次,应该是这个版有问题,我10月份装的时候正常

heichaowo commented 2 weeks ago

没有解决,直连7001凑合用中

mercury7720 commented 1 week ago

先试试直接在浏览器打开你的订阅 URL,看看有没有返回数据。

heichaowo commented 1 week ago

先试试直接在浏览器打开你的订阅 URL,看看有没有返回数据。

浏览器打开有数据,并且使用shadowrocket和nekobox能正常从nginx反代后的https链接获取到数据,只有v2rayN不行

mercury7720 commented 1 week ago

先试试直接在浏览器打开你的订阅 URL,看看有没有返回数据。

浏览器打开有数据,并且使用shadowrocket和nekobox能正常从nginx反代后的https链接获取到数据,只有v2rayN不行

订阅链接后加上 &flag=v2rayn 也无法获取吗?

mercury7720 commented 1 week ago

测试了直接打开订阅链接和通过 V2rayN 更新订阅都是可以正常获取的。提示 SSL 的问题看看是不是订阅域名被干扰了,试试通过代理更新订阅,还不可以建议换个订阅域名。

image
heichaowo commented 1 week ago

是的

On Tue, Nov 5, 2024, 01:17 Asakura @.***> wrote:

先试试直接在浏览器打开你的订阅 URL,看看有没有返回数据。

浏览器打开有数据,并且使用shadowrocket和nekobox能正常从nginx反代后的https链接获取到数据,只有v2rayN不行

订阅链接后加上 &flag=v2rayn 也无法获取吗?

— Reply to this email directly, view it on GitHub https://github.com/cedar2025/Xboard/issues/246#issuecomment-2456638802, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFIGKGWNG7USSBUXKVY7CJ3Z7CEMFAVCNFSM6AAAAABQDMG4G2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJWGYZTQOBQGI . You are receiving this because you authored the thread.Message ID: @.***>