I could find a solution to this problem. I had the same problem right now on macOS. I tried to clear my DNS, and then it worked!
Try this in the terminal:
Mac OS X Yosemite and later
sudo killall -HUP mDNSResponder
Mac OS X Yosemite from version 10.10 to version 10.10.3
sudo discoveryutil mdnsflushcache
Mac OS X Mavericks, Mountain Lion and Lion
sudo killall -HUP mDNSResponder
Mac OS X Snow Leopard
sudo dscacheutil -flushcache
source share