Winsock Error 10060 means "Connection timed out". This means it timed out on the TCP level - i.e., we expected to receive a packet from the remote host during the connection attempt, but we did not.
If you get this error, most likely there is a (temporary) problem with the server (or some router along the way). You can try a traceroute to determine whether or not this is true.