sea912 发表于 2024-10-18 11:28:20

v2ray 配置请教

本帖最后由 sea912 于 2024-10-18 11:31 编辑

- name: "ss3"
    type: ss
    server: server
    port: 443
    cipher: chacha20-ietf-poly1305
    password: "password"
    plugin: v2ray-plugin
    plugin-opts:
      mode: websocket # no QUIC now
      tls: true # wss
      # 可使用 openssl x509 -noout -fingerprint -sha256 -inform pem -in yourcert.pem 获取
      # 配置指纹将实现 SSL Pining 效果
      # fingerprint: xxxx
      # skip-cert-verify: true
      # host: bing.com
      # path: "/"
      # mux: true
      # headers:
      #   custom: value
      # v2ray-http-upgrade: false
      # v2ray-http-upgrade-fast-open: false
这个是clash中的配置

对应的 v2ray 怎么配置呀

写了个配置 ,直接使用的acme root目录下的证书.总是提示我   remote error: tls: bad certificate
页: [1]
查看完整版本: v2ray 配置请教