-
Notifications
You must be signed in to change notification settings - Fork 820
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
证书验证失败 #69
Comments
你是 top 域名? |
感谢您回复, 我使用.store 域名, 它是一个小众的域名... |
这很奇怪, 也许g.FW修改了数据包? 在某些时候 我必须关闭TLS证书验证 才能够正常使用 否则就会提示证书验证失败 |
你直接访问你网站看看显示什么啊,是不是 caddy 没申请 证书下来 |
公用名 (CN) 域名 确实如此,证书过期了但是没有自动续期,即使我重新安装脚本也是不能成功续期 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在某些情况下,TLS证书验证失败了,我们应该增肌一个检查证书的选项便于排查问题:
我尝试过修改服务器时间同步,但实际上并不是时间导致的验证失败问题
2024/09/06 19:34:16 [Warning] [3097967295] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (域名): > tls: failed to verify certificate: x509: certificate has expired or is not yet valid: ] > common/retry: all retry attempts failed
2024/09/06 19:34:16 [Warning] [1002476645] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (域名): > tls: failed to verify certificate: x509: certificate has expired or is not yet valid: ] > common/retry: all retry attempts failed
The text was updated successfully, but these errors were encountered: