真机调试报:ERR_CERT_AUTHORITY_INVALID ?

发布于 6 年前作者 pdeng15484 次浏览最后编辑 6 年前来自 ask

微信开发工具开发时访问https服务正常,在浏览器中打开https也正常,使用微信浏览器打开https正常,但就是小程序真机调试时返回:{“errMsg”:“request:fail -202:net::ERR_CERT_AUTHORITY_INVALID”},反复折腾,查不出来原因,请问该如何处理?

2 回复
juan17
juan171 楼6 年前

你好,这个一般都是证书问题,还请自查https://developers.weixin.qq.com/miniprogram/dev/framework/ability/network.html

xiuyingdeng
xiuyingdeng2 楼4 年前

只在android下有这种情况,ios真机调试正常。