Rubygems blocked by Norton DNS

∥☆過路亽.° 提交于 2019-12-12 03:05:08

问题


I ran

$ gem fetch -V github-linguist
GET http://rubygems.org/latest_specs.4.8.gz
302 Moved Temporarily
GET http://production.s3.rubygems.org/latest_specs.4.8.gz
200 OK
ERROR:  While executing gem ... (Zlib::GzipFile::Error)
    not in gzip format

then to my shock I opened the link in my browser and see this message

Norton DNS
Malicious Web Site Blocked
You attempted to access: production.s3.rubygems.org
This is a known malicious web site. It is recommended that you do NOT visit 
this site. This site points to production.s3.rubygems.org.s3.amazonaws.com, 
which is malicious.

On pencil’s suggestion I ran namebench and have switched to OpenDNS-2.


回答1:


Probably someone used AWS to distribute malware and some buggy automatism now blockes *.amazonaws.com

Must be a filter anywhere between you and Amazon (Router/Firewall, Proxy, ISP, Name Server, ...). Start by using different name servers (like Google's 8.8.8.8).



来源:https://stackoverflow.com/questions/14951135/rubygems-blocked-by-norton-dns

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!