What's wrong with juliahub?

Earlier I was trying to login juliahub, but found I can’t access it. (but I can about 30 minutes ago) So I tried:

julia> request("juliahub.com")
ERROR: HTTP/1.1 301 Moved Permanently (Send failure: Connection was reset) while requesting juliahub.com

julia> request("juliahub.com")
ERROR: HTTP/1.1 301 Moved Permanently (schannel: failed to receive handshake, SSL/TLS connection failed) while requesting juliahub.com

So it’s “Moved Permanently”, but I can’t find out where the new location is. Or is there something wrong with the server?

juliahub.com/lp/

Seems it doesn’t do

julia> request("https://juliahub.com/lp/")
ERROR: Send failure: Connection was reset while requesting https://juliahub.com/lp/

Please check with a browser.

Yes, I’ve checked that.
Probably I shall go check proxy, firewall or something,.

Well, I didn’t do anything, and it’s back fine now. That’s weird.