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

[Question] 连接开启SSL协议的mysql库会主动终止进程 #1120

Closed
1 task
liubowyf opened this issue Oct 31, 2024 · 5 comments
Closed
1 task

[Question] 连接开启SSL协议的mysql库会主动终止进程 #1120

liubowyf opened this issue Oct 31, 2024 · 5 comments
Labels

Comments

@liubowyf
Copy link

描述问题
连接测试可以通过,也可以查询,但是执行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

复现
重现该行为的步骤:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

期望的结果
清晰而简洁地描述你希望得到的结果

截图

部署方式

  • Manual

环境 (请填写环境信息):

  • 操作系统: [ubuntu22.04]
  • 浏览器 [chrome]
  • 版本号 [e.g. 22]

额外的日志信息
在这里添加有关该问题的所有日志。

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Title: [Question] Connecting to the mysql library that opens the SSL protocol will actively terminate the process

@liubowyf
Copy link
Author

当前版本3.1.8

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Current version 3.1.8

@cookieY cookieY added the bug label Oct 31, 2024
cookieY added a commit that referenced this issue Nov 1, 2024
2. 修复创建数据源时列表不刷新的问题
3. 修复bigint类型数据精度丢失的问题 #1104
4. 修复不支持ssl连接执行SQL的问题 #1120
5. 新增**DMLWhereExprValueIsNull** 审核参数: 是否检查dml语句where条件值为null
6. 新增审核按钮 #1032
@cookieY
Copy link
Owner

cookieY commented Nov 1, 2024

3.1.9 版本已修复

@cookieY cookieY closed this as completed Nov 1, 2024
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Version 3.1.9 has been fixed

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

No branches or pull requests

3 participants