We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我的实例是通过隧道连接。
检查了inception下的config.toml 和inc.cnf,数据库配置都一致, goInception配置 设置里面测试连接正常
sql检测的时候报这样的问题,
time="2022/02/16 18:18:43.500" level=error msg="con:3 con:3 dial tcp 127.0.0.1:39690: connect: connection refused" file=session_inception.go func=parseOptions line=2123
看了session_inception.go代码2123
rootCertPool := x509.NewCertPool() pem, err := ioutil.ReadFile(s.opt.sslCA) if err != nil { return "", fmt.Errorf("con:%d %v", s.sessionVars.ConnectionID, err) } if ok := rootCertPool.AppendCertsFromPEM(pem); !ok { return "", fmt.Errorf("con:%d Failed to append PEM.", s.sessionVars.ConnectionID) }
看样子这里涉及到证书了。。。这个就不知道怎么配置了。。。。
The text was updated successfully, but these errors were encountered:
同样的问题,不知如何解决
Sorry, something went wrong.
#1362
No branches or pull requests
问题描述
我的实例是通过隧道连接。
检查了inception下的config.toml 和inc.cnf,数据库配置都一致,
goInception配置 设置里面测试连接正常
sql检测的时候报这样的问题,
看了session_inception.go代码2123
看样子这里涉及到证书了。。。这个就不知道怎么配置了。。。。
版本信息
The text was updated successfully, but these errors were encountered: