-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Question] 连接开启SSL协议的mysql库会主动终止进程 #1120
Comments
Title: [Question] Connecting to the mysql library that opens the SSL protocol will actively terminate the process |
当前版本3.1.8 |
Current version 3.1.8 |
3.1.9 版本已修复 |
Version 3.1.9 has been fixed |
描述问题
连接测试可以通过,也可以查询,但是执行dml工单会报错并退出进程:time="2024-10-31T10:16:57+08:00" level=error msg="Error 3159 (HY000): Connections using insecure transport are prohibited while --require_secure_transport=ON." file="gitee.com/cookieYe/enginex@v0.0.3/parse/parse.go:232"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x138ec3a]
goroutine 1314 [running]:
Yearning-go/src/handler/order/audit.(*Review).Exec.func1()
Yearning-go/src/handler/order/audit/executor.go:168 +0x1a
Yearning-go/src/handler/order/audit.(*Review).Exec(0xc00093cd20)
Yearning-go/src/handler/order/audit/executor.go:172 +0x14d
Yearning-go/src/handler/order/audit.(*Review).Executor.func1()
Yearning-go/src/handler/order/audit/executor.go:158 +0x1e5
created by Yearning-go/src/handler/order/audit.(*Review).Executor in goroutine 1143
Yearning-go/src/handler/order/audit/executor.go:83 +0x56
复现
重现该行为的步骤:
期望的结果
清晰而简洁地描述你希望得到的结果
截图
部署方式
环境 (请填写环境信息):
额外的日志信息
在这里添加有关该问题的所有日志。
The text was updated successfully, but these errors were encountered: