小程序
小游戏
企业微信
微信支付
扫描小程序码分享
支付偶尔会发生这种情况,证书也在有效期内,是什么原因呢?
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
看起来是ssl握手失败,证书相关问题。参考https://developers.weixin.qq.com/community/develop/doc/000c68649dc948f094d1686e962800?_at=1736589702174
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
本回答由AI生成,可能已过期、失效或不适用于当前情形,请谨慎参考
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
看起来是ssl握手失败,证书相关问题。参考https://developers.weixin.qq.com/community/develop/doc/000c68649dc948f094d1686e962800?_at=1736589702174
显示
* About to connect() to api.mch.weixin.qq.com port 443 (#0)
* Trying 42.81.243.117...
* Connected to api.mch.weixin.qq.com (42.81.243.117) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* NSS: client certificate not found (nickname not specified)
* Server certificate:
* subject: CN=payapp.weixin.qq.com,O=Tenpay Technology Company Limited,L=Shenzhen,ST=Guangdong Province,C=CN
* start date: May 14 00:00:00 2024 GMT
* expire date: May 13 23:59:59 2025 GMT
* common name: payapp.weixin.qq.com
* issuer: CN=DigiCert Secure Site CN CA G3,O=DigiCert Inc,C=US
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: api.mch.weixin.qq.com
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Server: nginx
< Date: Sat, 11 Jan 2025 12:25:23 GMT
< Content-Type: text/html
< Content-Length: 162
< Connection: keep-alive
< Keep-Alive: timeout=8
<
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connectio #0 to host api.mch.weixin.qq.com left intact
执行curl -o /dev/null -s -w %{time_namelookup}:%{time_connect}:%{time_starttransfer}:%{time_total}"\n" 'https://api.mch.weixin.qq.com/sandbox/orderquery'
显示
0.004:0.011:0.272:0.272
不知道这个是否有问题?