redlert

Results 3 comments of redlert

我这里无法运行呢? ![image](https://user-images.githubusercontent.com/37793446/145318002-ad70de58-db08-4fe8-bc49-10532cc4eb13.png) 操作系统: ubuntu 20.04, docker version: 20.10.7 错误信息文字版: [Dochat] Wechat 3.3.0.115 [Dochat] Starting ... [Dochat] Wechat.exe exit with code 0 [Dochat] Found new version? [Dochat] WeChat.exe exited

唉, 都是为了完全加固! 这个我已经改好了, 不过还没试怎么提交代码, 如果你们不嫌麻烦也可以自己改一下. 1. 相关文件: pkg/transport/tls.go 2. 相关函数: NewServerTLSConfig 3. 相关代码: func NewServerTLSConfig(certPath, keyPath, caPath string) (*tls.Config, error) { base := &tls.Config{} base.MinVersion = tls.VersionTLS12 base.CipherSuites = []uint16{...