在请求微信小程序服务时候报错了
从这个报错,可以很明显的发现是域名解析不了
1 故障排查:因为代码里调用的是curl,所以测试一下curl是否能够正常解析dns
果然不行,
2 解决办法:
vi /etc/resolv.conf
添加或者修改 DNS
nameserver 114.114.114.114 nameserver 8.8.8.8
重新测试curl,问题得到解决。
标签:排查 style linux linu www nta names could not /etc
在请求微信小程序服务时候报错了
从这个报错,可以很明显的发现是域名解析不了
1 故障排查:因为代码里调用的是curl,所以测试一下curl是否能够正常解析dns
果然不行,
2 解决办法:
vi /etc/resolv.conf
添加或者修改 DNS
nameserver 114.114.114.114 nameserver 8.8.8.8
重新测试curl,问题得到解决。
【Linux】Could not resolve: www.test.com (Could not contact DNS servers)
标签:排查 style linux linu www nta names could not /etc
原文地址:https://www.cnblogs.com/richerdyoung/p/8328344.html