近日在ios10系统推送之后,有不少网友都会在mac设备上通过dfu模式或itunes重新刷机,但是出现了 itunes 无法验证服务器“s.mzstatic.com”的身份、itunes 无法联接更新服务器以及服务器证书无效等问题。
1. 打开 mac 系统中的 finder 应用,接下来按下组合按键 shift + command + g,并输入 hosts 文件的所在路径:/etc/hosts,随后即可在 finder 窗口中看到 hosts 文件了。
2. 接下来,我们可以将 hosts 文件复制到桌面等其他位置再进行修改,编辑之后保存,再将其拖拽回原来的文件夹,替换原文件即可。
以下为修改后可正常使用的 hosts 文件内容:
##
# host database
#
# localhost is used to configure the loopback interface
# when the system is booting. do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
23.214.233.166 s.mzstatic.com
注意:23.214.233.166(按一下tab不是空格) s.mzstatic.com
网友实测有效!
以上就是小编汇总的关于mac itunes无法验证服务器"s.mzstatic.com"的身份的解决方法,稍后将带来其他信息,大家可以参考一下,希望会对大家有所帮助。欢迎大家继续关注代码网其他信息!
发表评论