> 技术文档 > 小程序真机调试报错显示: 600001和wxfile://ad/interstitialAdExtInfo.txt报错log2_error occurs:no such file or directory, access

小程序真机调试报错显示: 600001和wxfile://ad/interstitialAdExtInfo.txt报错log2_error occurs:no such file or directory, access

小程序真机调试报错显示:

error occurs:no such file or directory, open \'wxfile://ad/interstitialAdExtInfo.txt\'

error occurs:no such file or directory, access \'wxfile://usr/miniprogramLog/log2\'

上面2行的报错可以忽略,主要原因是这里:errMsg: \"request:fail -2:net::ERR_FAILED\" errno: 600001

于是用AI搜索找原因,提示可能是网络问题,如:SSL证书之类的

但是SSL证书还在有效期内,不可能有问题,代码也没动过,也不会有问题。比较郁闷( ˇˍˇ )

突然想到,问题就是出在SSL证书上面,以前碰到过。微信小程序对一些免费的SSL证书,或者第3方的SSL证书不认可的情况,非常无语。于是到腾讯云申请个SSL证书(用自家的证书总会识别吧?)

更新SSL证书,再次真机调试,完美解决。。。。