-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Question and Steps to reproduce
Wecom 通知媒介报错(此处省略key):
2025-07-25 14:54:24.925828 ERROR models/notify_channel.go:497 send http request failed to send http notify: Post "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=**********": tls: failed to verify certificate: x509: certificate signed by unknown authority
查看页面才发现,http配置中,跳过证书验证这个按钮无法生效,当我打开这个按钮时,提交的json请求中包含了 insecure_skip_verify=true
,后台日志也显示
nightingale | 2025-07-25 14:59:37.004513 INFO memsto/notify_channel_cache.go:140 updating channel 21 (new: false)
但是刷新页面,这个按钮依旧是灰色的,无法生效
我是首次安装,不存在升级等问题,版本信息:
v8.1.0
Relevant logs and configurations
2025-07-25 14:54:24.925828 ERROR models/notify_channel.go:497 send http request failed to send http notify: Post "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=**********": tls: failed to verify certificate: x509: certificate signed by unknown authority
Version
v8.1.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working