调用微信登录,然后解密手机号,获取token就直接报错了。
背景:
iis服务器,之前曾经绑定过一个错误的ssl,浏览器标红那种。然后更换了正常的ssl,可是依旧报错 cURL
error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=wx1111111&secret=567xxxxxxx
求助,是有缓存还是怎么了?
用工具 https://www.ssllabs.com/ssltest/analyze.html 检查自己的服务器,对该工具标红的各项漏洞逐项修补,建议更新配置直到该工具打分为 C及以上 。