Skip to content
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

Clash转换QuantumultX后http节点报错的问题 #413

Closed
mudi69 opened this issue Dec 5, 2021 · 0 comments
Closed

Clash转换QuantumultX后http节点报错的问题 #413

mudi69 opened this issue Dec 5, 2021 · 0 comments

Comments

@mudi69
Copy link

mudi69 commented Dec 5, 2021

作者你好,使用中出现了生成QuantumultX的配置后,无法导入QuantumultX,会提示配置http节点的那行语法错误
clash的节点信息:
proxies:

  • name: NetEasemusicPC-etease
    server: music.fenfen.top
    port: 50000
    type: http
    username: ""
    password: ""
    tls: false

转换后的节点信息:
http = music.fenfen.top:50000, username=none, password=none, fast-open=false, udp-relay=true, tls-verification=true, tag=🎶 NetEasemusicPC-etease
导入会报 语法错误。

改为下面的:
http = music.fenfen.top:50000, username=none, password=none, fast-open=false, udp-relay=true, tag=🎶 NetEasemusicPC-etease
就可以导入

由于没使用 over-tls=true,但多了tls-verification=true,去除后就可以正常使用了

tindy2013 added a commit that referenced this issue Dec 6, 2021
Don't add tls-verification to Quantumult X nodes if not over-tls (#413)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants