MatsuriDayo / NekoBoxForAndroid

NekoBox for Android / sing-box / universal proxy toolchain for Android
https://matsuridayo.github.io/
Other
11.12k stars 928 forks source link

服务无法连接(naiveproxy 证书吊销检查) #178

Closed sunlewuyou closed 11 months ago

sunlewuyou commented 1 year ago

描述问题

使用Matsuri无法连接非443端口的naiveproxy服务,而SagerNet是可以的,看了下Matsuri日志好像是证书方面的问题,还请作者大大帮忙看看问题所在,谢谢~希望 Matsuri越来越好用。

日志

[2023-01-09 23:00:31] [Error] [tag=libnaive] [0110/070031.548742:ERROR:ssl_client_socket_impl.cc(982)] handshake failed; returned -1, SSL error code 1, net_error -202 [2023-01-09 23:00:31] [Warning] app/proxyman/outbound: failed to process outbound traffic > proxy/socks: connection ends > read tcp 127.0.0.1:36392->127.0.0.1:45945: read: connection reset by peer [2023-01-09 23:00:31] [Error] [tag=libnaive] [0110/070031.549240:INFO:naive_proxy.cc(192)] Connection 37 closed: ERR_PROXY_CERTIFICATE_INVALID

arm64v8a commented 1 year ago

请提供点击启动按钮时的完整日志。

sunlewuyou commented 1 year ago

完整日志

[2023-01-11 22:58:29] [Debug] app/log: Logger started
[2023-01-11 22:58:30] [Info] app/dns: DNS: created Remote DOH client for https://8.8.8.8/dns-query
[2023-01-11 22:58:30] [Info] app/dns: DNS: created Local DOH client for https://223.5.5.5/dns-query
[2023-01-11 22:58:30] [Debug] app/dns: using default domain matcher
[2023-01-11 22:58:30] [Debug] [tag=ProxyInstance] {
  "dns": {
    "fallbackStrategy": "disabled_if_any_match",
    "hosts": {
      "domain:googleapis.cn": "googleapis.com"
    },
    "queryStrategy": "UseIPv4",
    "servers": [
      {
        "address": "https://8.8.8.8/dns-query",
        "domains": [
          "domain:googleapis.cn"
        ],
        "uidList": []
      },
      {
        "address": "https+local://223.5.5.5/dns-query",
        "domains": [
          "full:szqe.cn",
          "geosite:cn"
        ],
        "uidList": []
      }
    ]
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "port": 2080,
      "protocol": "socks",
      "settings": {
        "auth": "noauth",
        "udp": true
      },
      "sniffing": {
        "destOverride": [
          "http",
          "tls",
          "quic"
        ],
        "enabled": true,
        "metadataOnly": false,
        "routeOnly": true
      },
      "tag": "socks"
    },
    {
      "listen": "127.0.0.1",
      "port": 41323,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "szqe.cn",
        "network": "tcp,udp",
        "port": 1443
      },
      "tag": "c-0-mapping-2"
    },
    {
      "listen": "127.0.0.1",
      "port": 6450,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "8.8.8.8",
        "network": "tcp,udp",
        "port": 53
      },
      "tag": "dns-in"
    }
  ],
  "log": {
    "loglevel": "debug"
  },
  "outbounds": [
    {
      "domainStrategy": "AsIs",
      "protocol": "socks",
      "settings": {
        "servers": [
          {
            "address": "127.0.0.1",
            "port": 38339
          }
        ]
      },
      "tag": "proxy"
    },
    {
      "protocol": "freedom",
      "tag": "direct"
    },
    {
      "protocol": "freedom",
      "tag": "bypass"
    },
    {
      "protocol": "blackhole",
      "tag": "block"
    },
    {
      "protocol": "dns",
      "settings": {
        "userLevel": 1
      },
      "tag": "dns-out"
    }
  ],
  "policy": {
    "levels": {
      "1": {
        "connIdle": 30
      }
    },
    "system": {
      "statsOutboundDownlink": true,
      "statsOutboundUplink": true
    }
  },
  "routing": {
    "domainStrategy": "AsIs",
    "rules": [
      {
        "inboundTag": [
          "dns-in"
        ],
        "outboundTag": "dns-out",
        "type": "field"
      },
      {
        "inboundTag": [
          "c-0-mapping-2"
        ],
        "outboundTag": "direct",
        "type": "field"
      },
      {
        "network": "udp",
        "outboundTag": "block",
        "port": "443",
        "type": "field"
      },
      {
        "domain": [
          "geosite:category-ads-all"
        ],
        "outboundTag": "block",
        "type": "field"
      },
      {
        "domain": [
          "domain:appcenter.ms",
          "domain:app-measurement.com",
          "domain:firebase.io",
          "domain:crashlytics.com",
          "domain:google-analytics.com"
        ],
        "outboundTag": "block",
        "type": "field"
      },
      {
        "domain": [
          "domain:googleapis.cn"
        ],
        "outboundTag": "proxy",
        "type": "field"
      },
      {
        "domain": [
          "geosite:cn"
        ],
        "outboundTag": "bypass",
        "type": "field"
      },
      {
        "ip": [
          "geoip:cn"
        ],
        "outboundTag": "bypass",
        "type": "field"
      }
    ]
  },
  "stats": {}
}
[2023-01-11 22:58:30] [Debug] [tag=ProxyInstance] {
  "host-resolver-rules": "MAP szqe.cn 127.0.0.1",
  "listen": "socks://127.0.0.1:38339",
  "proxy": "https://user1:nbplus@szqe.cn:41323/",
  "log": ""
}
[2023-01-11 22:58:30] [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:2080
[2023-01-11 22:58:30] [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:41323
[2023-01-11 22:58:30] [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:6450
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>proxy>>>traffic>>>uplink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>proxy>>>traffic>>>downlink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>direct>>>traffic>>>uplink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>direct>>>traffic>>>downlink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>bypass>>>traffic>>>uplink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>bypass>>>traffic>>>downlink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>block>>>traffic>>>uplink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>block>>>traffic>>>downlink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>dns-out>>>traffic>>>uplink
[2023-01-11 22:58:30] [Debug] app/stats: create new counter outbound>>>dns-out>>>traffic>>>downlink
[2023-01-11 22:58:30] [Info] [tag=GuardedProcessPool] start process: /data/app/~~eO8thH4RPaW6PzW4gErWTA==/io.nekohasekai.sagernet.plugin.naive-M1CMlvgWa-zyY7kvKkFlQg==/lib/arm64/libnaive.so /data/user/0/moe.matsuri.lite/cache/tmpcfg/naive_442033294.json
[2023-01-11 22:58:30] [Info] transport/internet/tcp: listening TCP on 127.0.0.1:2080
[2023-01-11 22:58:30] [Info] transport/internet/udp: listening UDP on 127.0.0.1:2080
[2023-01-11 22:58:30] [Info] transport/internet/tcp: listening TCP on 127.0.0.1:41323
[2023-01-11 22:58:30] [Info] transport/internet/udp: listening UDP on 127.0.0.1:41323
[2023-01-11 22:58:30] [Info] transport/internet/tcp: listening TCP on 127.0.0.1:6450
[2023-01-11 22:58:30] [Info] transport/internet/udp: listening UDP on 127.0.0.1:6450
[2023-01-11 22:58:30] [Warning] V2Ray 5.2.0 started
[2023-01-11 22:58:31] [Debug] [tag=VpnService] Add bypass: com.miui.analytics, android, com.hpbr.bosszhipin, com.android.dynsystem, com.lerist.fakelocation, com.overlook.android.fing, com.android.htmlviewer, com.guoshi.httpcanary.premium, com.ddm.iptools, com.xiaomi.joyose, com.miui.vsimcore, com.miui.core, com.miui.guardprovider, bin.mt.plus, com.xiaomi.mircs, com.miui.micloudsync, com.miui.vpnsdkmanager, com.android.mms.service, com.pushdeer.os, com.tencent.mobileqq, com.tencent.androidqqmail, com.snaptube.premium, com.getsurfboard, com.v2ray.ang, com.xiaomi.upnp, com.vnet.tech, com.miui.wmsvc, cn.wps.moffice_eng, wellcee.dream, com.ruijie.wifim, com.lonelycatgames.Xplore, com.miui.smsextra, com.miui.translationservice, cn.com.csbank, com.duokan.phone.remotecontroller, com.wandafilm.app, com.miui.thirdappassistant, com.android.providers.downloads.ui, com.android.providers.downloads, cn.gov.tax.its, com.android.bankabc, com.chinamworld.main, com.greenpoint.android.mc10086.activity, com.sinovatech.unicom.ui, com.chinamworld.bocmbci, com.android.thememanager, qrcodegenerator.qrcreator.qrmaker.createqrcode, com.unionpay, com.bankcomm.Bankcomm, com.jingdong.app.mall, com.jd.jrapp, com.tencent.wework, com.lcw.easydownload, com.cebbank.mobile.cemb, com.janz.music, com.jingyao.easybike, tv.danmaku.bili, com.lcw.daodaopic, com.miui.cleanmaster, com.miui.backup, com.miui.weather2, com.chaoxing.mobile, com.miui.greenguard, com.miui.securitycore, com.xiaomi.aiasst.vision, com.xiaomi.scanner, com.miui.voiceassist, com.xiaomi.aiasst.service, com.xiaomi.simactivate.service, com.miui.cloudbackup, com.miui.cloudservice, com.miui.newmidrive, com.miui.mishare.connectivity, com.xiaomi.mi_connect_service, com.xiaomi.account, com.miui.huanji, cn.wps.moffice_eng.xiaomi.lite, com.miui.nextpay, com.xiaomi.xmsf, com.mfashiongallery.emag, com.mi.liveassistant, com.xiaomi.misettings, com.miui.accessibility, com.miui.phrase, com.miui.packageinstaller, com.sollyu.xposed.hook.model, com.xiaomi.market, com.yingyonghui.market, com.miui.contentcatcher, com.android.soundrecorder, com.dogal.kenhuangzhe.geh.lgsy, com.tencent.mm, com.miui.securitycenter, com.intsig.camscanner, com.milink.service, com.xiaomi.miplay_client, com.ss.android.ugc.aweme, cmb.pb, com.xunmeng.pinduoduo, com.miui.compass, com.cmbchina.ccd.pluto.cmbActivity, com.sohu.inputmethod.sogou.xiaomi, com.android.quicksearchbox, com.eg.android.AlipayGphone, com.miui.fmservice, com.android.fileexplorer, com.android.calendar, com.android.providers.calendar, com.android.deskclock, com.powersi.zhrs, hik.ebg.edu.helper, com.miui.smarttravel, com.miui.personalassistant, com.youdao.note, com.lbe.security.miui, com.xiaomi.finddevice, com.mylrc.mymusic, com.knowyou.perception, com.android.browser, com.taobao.taobao, com.alimama.moon, com.variable.apkhook, com.miui.yellowpage, com.miui.bugreport, com.android.email, cc.pp.ElectricianMaster, com.android.incallui, com.android.phone, com.miui.powerkeeper, com.uzero.baimiao, com.miui.gallery, com.android.camera, cn.com.ruijie.ywl, com.android.mms, com.miui.notes, com.xiaomi.smarthome, com.android.updater, com.miui.securityadd, com.miui.home, miui.systemui.plugin, com.xiaomi.mibrain.speech, com.xiaomi.metoknlp, com.sankuai.meituan, com.chinatelecom.bestpayclient, com.xiaomi.powerchecker, com.tencent.wemeet.app, com.android.bluetooth, com.miui.fm, com.xiaomi.location.fused, com.miui.calculator, com.iflytek.inputmethod.miui, com.android.settings, com.miui.voicetrigger, com.miui.notification, com.android.contacts, com.coolapk.market, com.alibaba.android.rimet, com.iboxpay.minicashbox, com.MobileTicket, com.shoujiduoduo.ringtone, com.unionpay.tsmservice.mi, com.chinasofti.shanghaihuateng.metroapp, com.alicloud.databox, com.alibaba.wireless, com.miui.misound, com.xiaomi.drivemode, com.autonavi.minimap, com.yanetflix.app, me.piebridge.brevent
[2023-01-11 22:58:31] [Error] [tag=libnaive] WARNING: linker: Warning: "/data/app/~~eO8thH4RPaW6PzW4gErWTA==/io.nekohasekai.sagernet.plugin.naive-M1CMlvgWa-zyY7kvKkFlQg==/lib/arm64/libnaive.so" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
[2023-01-11 22:58:31] [Error] [tag=libnaive] [0112/065831.101836:INFO:naive_proxy_bin.cc(419)] Proxying via https://szqe.cn:41323
[2023-01-11 22:58:31] [Error] [tag=libnaive] [0112/065831.103855:INFO:naive_proxy_bin.cc(564)] Listening on 127.0.0.1:38339
[2023-01-11 22:58:31] [Info] [UDP][Google Play 商店 (10217/com.android.vending)] 192.168.10.6:53133 ==> 142.251.42.238:443
[2023-01-11 22:58:31] [Warning] app/dispatcher: taking detour [block] for [udp:142.251.42.238:443] 
[2023-01-11 22:58:31] [Info] [DNS][Vanced microG (10237/com.mgoogle.android.gms)] 172.19.0.1:9936 ==> 172.19.0.2:53
[2023-01-11 22:58:31] [Warning] app/dispatcher: taking detour [dns-out] for [udp:172.19.0.2:53] 
[2023-01-11 22:58:31] [Debug] app/dns: domain mtalk.google.com will use DNS in order: [DOH//8.8.8.8 DOHL//223.5.5.5] [TypeA]
[2023-01-11 22:58:31] [Warning] app/dispatcher: default route for [tcp:8.8.8.8:443] 
[2023-01-11 22:58:31] [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:38339
[2023-01-11 22:58:31] [Error] [tag=libnaive] [0112/065831.827156:INFO:naive_connection.cc(273)] Connection 1 to 8.8.8.8:443
[2023-01-11 22:58:31] [Debug] [3599618914] proxy/dokodemo: processing connection from: 127.0.0.1:59918
[2023-01-11 22:58:31] [Info] [3599618914] proxy/dokodemo: received request for 127.0.0.1:59918
[2023-01-11 22:58:31] [Warning] [3599618914] app/dispatcher: taking detour [direct] for [tcp:szqe.cn:1443] 
[2023-01-11 22:58:31] 127.0.0.1:59918 accepted [tcp:szqe.cn:1443]  [c-0-mapping-2 -> direct]
[2023-01-11 22:58:31] [Info] [3599618914] proxy/freedom: opening connection to tcp:szqe.cn:1443
[2023-01-11 22:58:31] [Info] [3599618914] transport/internet/tcp: dialing TCP to tcp:szqe.cn:1443
[2023-01-11 22:58:31] [Debug] app/dns: domain szqe.cn matches following rules: [full:szqe.cn(DNS idx:1)]
[2023-01-11 22:58:31] [Debug] app/dns: domain szqe.cn will use DNS in order: [DOHL//223.5.5.5] [TypeA TypeAAAA]
[2023-01-11 22:58:31] [Info] app/dns: DOHL//223.5.5.5 got answer: szqe.cn. TypeA -> [43.156.255.190] 138.840538ms
[2023-01-11 22:58:32] [Warning] app/dispatcher: taking detour [dns-out] for [udp:172.19.0.2:53] 
[2023-01-11 22:58:32] [Debug] app/dns: domain zerossl.crt.sectigo.com will use DNS in order: [DOH//8.8.8.8 DOHL//223.5.5.5] [TypeA]
[2023-01-11 22:58:32] [Warning] app/dispatcher: default route for [tcp:8.8.8.8:443] 
[2023-01-11 22:58:32] [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:38339
[2023-01-11 22:58:32] [Error] [tag=libnaive] [0112/065832.455090:INFO:naive_connection.cc(273)] Connection 2 to 8.8.8.8:443
[2023-01-11 22:58:32] [Debug] [3081533370] proxy/dokodemo: processing connection from: 127.0.0.1:59926
[2023-01-11 22:58:32] [Info] [3081533370] proxy/dokodemo: received request for 127.0.0.1:59926
[2023-01-11 22:58:32] [Warning] [3081533370] app/dispatcher: taking detour [direct] for [tcp:szqe.cn:1443] 
[2023-01-11 22:58:32] 127.0.0.1:59926 accepted [tcp:szqe.cn:1443]  [c-0-mapping-2 -> direct]
[2023-01-11 22:58:32] [Info] [3081533370] proxy/freedom: opening connection to tcp:szqe.cn:1443
[2023-01-11 22:58:32] [Info] [3081533370] transport/internet/tcp: dialing TCP to tcp:szqe.cn:1443
[2023-01-11 22:58:32] [Debug] app/dns: domain szqe.cn matches following rules: [full:szqe.cn(DNS idx:1)]
[2023-01-11 22:58:32] [Debug] app/dns: domain szqe.cn will use DNS in order: [DOHL//223.5.5.5] [TypeA TypeAAAA]
[2023-01-11 22:58:32] [Debug] app/dns: DOHL//223.5.5.5 cache HIT szqe.cn -> [43.156.255.190]
[2023-01-11 22:58:34] [Info] [DNS][Google Play 商店 (10217/com.android.vending)] 172.19.0.1:50419 ==> 172.19.0.2:53
[2023-01-11 22:58:34] [Warning] app/dispatcher: taking detour [dns-out] for [udp:172.19.0.2:53] 
[2023-01-11 22:58:34] [Debug] app/dns: domain connectivitycheck.gstatic.com matches following rules: [geosite:cn(DNS idx:1)]
[2023-01-11 22:58:34] [Debug] app/dns: domain connectivitycheck.gstatic.com will use DNS in order: [DOHL//223.5.5.5] [TypeA]
[2023-01-11 22:58:34] [Warning] app/dispatcher: default route for [tcp:cp.cloudflare.com:80] 
[2023-01-11 22:58:34] [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:38339
[2023-01-11 22:58:34] [Error] [tag=libnaive] [0112/065834.368867:INFO:naive_connection.cc(273)] Connection 3 to cp.cloudflare.com:80
[2023-01-11 22:58:34] [Debug] [3870842417] proxy/dokodemo: processing connection from: 127.0.0.1:59940
[2023-01-11 22:58:34] [Info] [3870842417] proxy/dokodemo: received request for 127.0.0.1:59940
[2023-01-11 22:58:34] [Warning] [3870842417] app/dispatcher: taking detour [direct] for [tcp:szqe.cn:1443] 
[2023-01-11 22:58:34] 127.0.0.1:59940 accepted [tcp:szqe.cn:1443]  [c-0-mapping-2 -> direct]
[2023-01-11 22:58:34] [Info] [3870842417] proxy/freedom: opening connection to tcp:szqe.cn:1443
[2023-01-11 22:58:34] [Info] [3870842417] transport/internet/tcp: dialing TCP to tcp:szqe.cn:1443
[2023-01-11 22:58:34] [Debug] app/dns: domain szqe.cn matches following rules: [full:szqe.cn(DNS idx:1)]
[2023-01-11 22:58:34] [Debug] app/dns: domain szqe.cn will use DNS in order: [DOHL//223.5.5.5] [TypeA TypeAAAA]
[2023-01-11 22:58:34] [Debug] app/dns: DOHL//223.5.5.5 cache HIT szqe.cn -> [43.156.255.190]
[2023-01-11 22:58:34] [Info] app/dns: DOHL//223.5.5.5 got answer: connectivitycheck.gstatic.com. TypeA -> [203.208.50.66] 36.884615ms
[2023-01-11 22:58:34] [Info] [TCP][Google Play 商店 (10217/com.android.vending)] 172.19.0.1:37522 ==> 203.208.50.66:443
[2023-01-11 22:58:34] [Info] app/dispatcher: sniffed domain: connectivitycheck.gstatic.com for tcp:203.208.50.66:443
[2023-01-11 22:58:34] [Warning] app/dispatcher: taking detour [bypass] for [tcp:203.208.50.66:443] tcp:connectivitycheck.gstatic.com:443
[2023-01-11 22:58:34] [Info] proxy/freedom: opening connection to tcp:203.208.50.66:443
[2023-01-11 22:58:34] [Info] transport/internet/tcp: dialing TCP to tcp:203.208.50.66:443
[2023-01-11 22:58:35] [Info] app/dns: failed to lookup ip for domain mtalk.google.com at server DOH//8.8.8.8 > context deadline exceeded
[2023-01-11 22:58:35] [Error] app/dns: failed to retrieve response > Post "https://8.8.8.8/dns-query": context deadline exceeded
[2023-01-11 22:58:35] [Info] app/dns: DOHL//223.5.5.5 got answer: mtalk.google.com. TypeA -> [108.177.125.188] 40.272615ms
[2023-01-11 22:58:35] [Info] [TCP][Vanced microG (10237/com.mgoogle.android.gms)] 172.19.0.1:39792 ==> 108.177.125.188:5228
[2023-01-11 22:58:35] [Info] app/dispatcher: sniffed domain: mtalk.google.com for tcp:108.177.125.188:5228
[2023-01-11 22:58:35] [Warning] app/dispatcher: default route for [tcp:108.177.125.188:5228] tcp:mtalk.google.com:5228
[2023-01-11 22:58:35] [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:38339
[2023-01-11 22:58:35] [Error] [tag=libnaive] [0112/065835.897160:INFO:naive_connection.cc(273)] Connection 4 to 108.177.125.188:5228
[2023-01-11 22:58:35] [Debug] [3632165204] proxy/dokodemo: processing connection from: 127.0.0.1:59952
[2023-01-11 22:58:35] [Info] [3632165204] proxy/dokodemo: received request for 127.0.0.1:59952
[2023-01-11 22:58:35] [Warning] [3632165204] app/dispatcher: taking detour [direct] for [tcp:szqe.cn:1443] 
[2023-01-11 22:58:35] 127.0.0.1:59952 accepted [tcp:szqe.cn:1443]  [c-0-mapping-2 -> direct]
[2023-01-11 22:58:35] [Info] [3632165204] proxy/freedom: opening connection to tcp:szqe.cn:1443
[2023-01-11 22:58:35] [Info] [3632165204] transport/internet/tcp: dialing TCP to tcp:szqe.cn:1443
[2023-01-11 22:58:35] [Debug] app/dns: domain szqe.cn matches following rules: [full:szqe.cn(DNS idx:1)]
[2023-01-11 22:58:35] [Debug] app/dns: domain szqe.cn will use DNS in order: [DOHL//223.5.5.5] [TypeA TypeAAAA]
[2023-01-11 22:58:35] [Debug] app/dns: DOHL//223.5.5.5 cache HIT szqe.cn -> [43.156.255.190]
[2023-01-11 22:58:36] [Info] app/dns: failed to lookup ip for domain zerossl.crt.sectigo.com at server DOH//8.8.8.8 > context deadline exceeded
[2023-01-11 22:58:36] [Error] app/dns: failed to retrieve response > Post "https://8.8.8.8/dns-query": context deadline exceeded
[2023-01-11 22:58:36] [Info] app/dns: DOHL//223.5.5.5 got answer: zerossl.crt.sectigo.com. TypeA -> [91.199.212.52] 36.041847ms
[2023-01-11 22:58:36] [Info] app/dispatcher: sniffed domain: zerossl.crt.sectigo.com for tcp:91.199.212.52:80
[2023-01-11 22:58:36] [Warning] app/dispatcher: default route for [tcp:91.199.212.52:80] tcp:zerossl.crt.sectigo.com:80
[2023-01-11 22:58:36] [Info] transport/internet/tcp: dialing TCP to tcp:127.0.0.1:38339
[2023-01-11 22:58:36] [Error] [tag=libnaive] [0112/065836.496023:INFO:naive_connection.cc(273)] Connection 5 to 91.199.212.52:80
[2023-01-11 22:58:36] [Debug] [3033363043] proxy/dokodemo: processing connection from: 127.0.0.1:59960
[2023-01-11 22:58:36] 127.0.0.1:59960 accepted [tcp:szqe.cn:1443]  [c-0-mapping-2 -> direct]
[2023-01-11 22:58:36] [Info] [3033363043] proxy/dokodemo: received request for 127.0.0.1:59960
[2023-01-11 22:58:36] [Warning] [3033363043] app/dispatcher: taking detour [direct] for [tcp:szqe.cn:1443] 
[2023-01-11 22:58:36] [Info] [3033363043] proxy/freedom: opening connection to tcp:szqe.cn:1443
[2023-01-11 22:58:36] [Info] [3033363043] transport/internet/tcp: dialing TCP to tcp:szqe.cn:1443
[2023-01-11 22:58:36] [Debug] app/dns: domain szqe.cn matches following rules: [full:szqe.cn(DNS idx:1)]
[2023-01-11 22:58:36] [Debug] app/dns: domain szqe.cn will use DNS in order: [DOHL//223.5.5.5] [TypeA TypeAAAA]
[2023-01-11 22:58:36] [Debug] app/dns: DOHL//223.5.5.5 cache HIT szqe.cn -> [43.156.255.190]
[2023-01-11 22:58:36] [Info] app/proxyman/outbound: failed to process outbound traffic > proxy/socks: connection ends > context canceled

@arm64v8a

arm64v8a commented 1 year ago

[2023-01-11 22:58:36] [Warning] app/dispatcher: default route for [tcp:91.199.212.52:80] tcp:zerossl.crt.sectigo.com:80

可能是在验证证书这里卡住了,并且导致连接失败。把这个域名添加到绕过试试?

sunlewuyou commented 1 year ago

实测该方法可行,下个版本可以修复吗?谢谢!