JSAPI和Native 支付接口 忽然莫名奇妙的 不行了 没有返回支付二维码图片?
社区看了很多问答 都是提示 证书问题。这是服务器 本身的 SSL 证书问题 还是 支付接口的证书问题呢(支付接口V2 不需要证书)
关于SSL 证书问题呢, 查到的相关资料是 ssl 证书版本过高
我们用的 宝塔部署 部署了好几个网站 最近申请免费证书都是 证书品牌:R11 这些网站微信支付不行了
其他网站用的免费证书品牌: R3 的网站支付是正常的
<html>
<head><title>400 The SSL certificate error</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<center>The SSL certificate error</center>
<hr><center>nginx</center>
</body>
<html>