Skip to content

Instantly share code, notes, and snippets.

@asux
Created May 25, 2017 14:05
Show Gist options
  • Save asux/989f3d840949e44e630dd1ea4c8a4ec6 to your computer and use it in GitHub Desktop.
Save asux/989f3d840949e44e630dd1ea4c8a4ec6 to your computer and use it in GitHub Desktop.
Unable reach lumosity.com from NordVPN
curl -v https://www.lumosity.com/ 2.4.1
* Trying 52.3.47.247...
* TCP_NODELAY set
* Connected to www.lumosity.com (52.3.47.247) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
* Server certificate: *.lumosity.com
* Server certificate: RapidSSL SHA256 CA
* Server certificate: GeoTrust Global CA
> GET / HTTP/1.1
> Host: www.lumosity.com
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 418
< Server: nginx/1.11.6
< Date: Thu, 25 May 2017 13:57:33 GMT
< Content-Length: 0
< Connection: keep-alive
<
* Curl_http_done: called premature == 0
* Connection #0 to host www.lumosity.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment