mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #873] 如何配置邮箱通知授权 #595
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#595
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mlzxdzl on GitHub (Jul 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/873
软件版本 / Release Version
0.3.23
问题描述 / Description
我这里使用的是exchange邮箱服务,我这样配置了邮箱授权,这个配置在其他系统里是可以正常工作的。但是我在咱们的工作流中测试了一下 有如下报错
[2025-07-15 14:07:16]
ready to send notification ...
[2025-07-15 14:07:16]
failed to send notification
[2025-07-15 14:07:16]
tls: failed to verify certificate: x509: certificate is valid for WX-P-EX2, WX-P-EX2.raumplus.cn, not mail.nobilia-raumplus.com
我的这个地址的证书是有效的
其他 / Miscellaneous
No response
@fudiwei commented on GitHub (Jul 16, 2025):
在我的主机上测试时发现,图中的 SMTP 服务器地址在 TLS 握手阶段返回了 cert.zip 这样一张自签名证书。
证书的主要内容如下:
因此证书验证失败。
如果忽略证书检查,则可以正常继续完成 STARTTLS 升级。但这与 STARTTLS 的初衷背道而驰,故不打算提供此类设置。
建议自行检查服务端配置,看一下这张自签名证书是哪来的。
@fudiwei commented on GitHub (Jul 16, 2025):
一些可能有用的参考链接: