统一说下解决方案。替换V2接口 到 V3接口, V3接口需要配置证书一些参数。
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>
06-26解决了吗? 头都大了。看看我发表的问题 和你的 环境一样吗 https://developers.weixin.qq.com/community/develop/doc/000004f3b542b07da7b16054061400
https://api.mch.weixin.qq.com/pay/unifiedorder ?https://api.mch.weixin.qq.com/pay/unifiedorder <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> [图片] [图片] [图片]
06-25