{
"log": {
"access": "/Users/rigyokusei/xray/access.log",
"error": "/Users/rigyokusei/xray/error.log",
"loglevel": "debug",
"dnsLog": true,
"maskAddress": "half"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 2296,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true
}
},
{
"listen": "127.0.0.1",
"port": 3128,
"protocol": "http"
}
],
"outbounds": [
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "mydomain.com",
"port": 443,
"users": [
{
"id": "uuid1",
"encryption": "none",
"flow": "xtls-rprx-vision",
"level": 0
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"serverName": "www.mydomain.com",
"fingerprint": "chrome",
"publicKey": "myPublicKey",
"shortId": ""
}
},
"tag": "osaka_proxy"
},
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
}
],
"dns": {
"servers": [
{
"address": "1.1.1.1",
"domains": [
"geosite:geolocation-!cn"
]
},
{
"address": "223.5.5.5",
"domains": [
"geosite:cn"
],
"expectIPs": [
"geoip:cn"
]
},
{
"address": "114.114.114.114",
"domains": [
"geosite:cn"
]
},
"localhost"
]
},
"routing": {
"domainStrategy": "IPIfNotMatch",
"rules": [
{
"type": "field",
"ip": [
"223.5.5.5",
"114.114.114.114"
],
"outboundTag": "direct"
},
{
"type": "field",
"domain": [
//some rules
],
"outboundTag": "osaka_proxy"
},
{
"type": "field",
"ip": [
"geoip:private",
"geoip:cn"
],
"outboundTag": "direct"
},
{
"type": "field",
"domain": [
"geosite:cn"
],
"outboundTag": "direct"
}
]
}
}
完整性要求
描述
现象为浏览网页时偶发的ERR_SSL_PROTOCOL_ERROR,请求快速失败,刷新即恢复
抓取了一次报错前后10秒的日志,报错时间和url如下
SSL Protocol Error Detected at: 2025/7/9 11:59:02
URL: https://www.v2ex.com/
重现方式
无法稳定复现,浏览网页大概几十分钟会出现一次
客户端配置
Details
服务端配置
Details
客户端日志
Details
服务端日志
Details