Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] mysql ssl-ca #497

Open
1 task done
shaonianche opened this issue Mar 14, 2023 · 1 comment
Open
1 task done

[BUG] mysql ssl-ca #497

shaonianche opened this issue Mar 14, 2023 · 1 comment

Comments

@shaonianche
Copy link

shaonianche commented Mar 14, 2023

  • 我确定我已经尝试多次复现此次问题,并且将会提供涉及此问题的系统和网络环境,软件及其版本。

我们建议您按照下方模板填写 Bug Report,以便我们收集更多的有效信息

简单描述这个 Bug

trojan-go mysql 配置中缺少ssl-ca 文件的验证

type MySQLConfig struct {
Enabled bool `json:"enabled" yaml:"enabled"`
ServerHost string `json:"server_addr" yaml:"server-addr"`
ServerPort int `json:"server_port" yaml:"server-port"`
Database string `json:"database" yaml:"database"`
Username string `json:"username" yaml:"username"`
Password string `json:"password" yaml:"password"`
CheckRate int `json:"check_rate" yaml:"check-rate"`
}

@shaonianche shaonianche changed the title [BUG] [BUG] mysql ssl-ca Mar 14, 2023
@Potterli20
Copy link

你写个pr??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants