分类 默认分类 下的文章

closure): unexpected EOF > proxy/vmess/encoding: invalid user: VMessAEAD is enforced and a non VMessAEAD connection is received. You can still disable this security feature with environment variable v2ray.vmess.aead.forced = false 

解决办法:
1,alterId都改成0就行了。服务端,客户端都要改。

其他办法要改环境变量。,麻烦。

参考:
https://github.com/Jrohy/multi-v2ray/issues/561
https://www.51vps.info/v2ray-invalid-user-vmessaead-is-enforced-and-a-non-vmessaead-connection-is-received/

  let {data}: any = await axios.post("https://api.jds.codes/sign", {"fn": "genToken", "body": {"to": "https:\/\/lzdz-isv.isvjcloud.com\/dingzhi\/qqxing\/pasture\/activity?activityId=90121061401", "action": "to"}})
  return data.data.sign
}


async function isvObfuscator() {
  let {data}: any = await axios.post("https://api.jds.codes/sign", {"fn": "isvObfuscator", "body": {"url": "https:\/\/lzdz-isv.isvjcloud.com", "id": ""}})

MySQL Workbench 8.0提示SSL connection error: SSL is required but the server doesn‘t support it
解决办法:
1,卸载换旧版,可以选择不走SSL.
2,

1、先在workbench中创建一个连接,关闭workbench
2、打开C:\Users[用户名]\AppData\Roaming\MySQL\Workbench\connections.xml,找到这个连接的相关信息,然后修改 <value type="int" key="useSSL">2</value>为<value type="int" key="useSSL">1</value>
3、重新打开workbench,双击连接信息连接数据库