Skip to content

Instantly share code, notes, and snippets.

@withgod
Created June 25, 2019 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save withgod/18f9ac030fa0f29f5e2552161870f9c9 to your computer and use it in GitHub Desktop.
Save withgod/18f9ac030fa0f29f5e2552161870f9c9 to your computer and use it in GitHub Desktop.
noname@jugg:~$ curl -v https://store.steampowered.com/
* Trying 23.10.0.203...
* Connected to store.steampowered.com (23.10.0.203) port 443 (#0)
* found 173 certificates in /etc/ssl/certs/ca-certificates.crt
* found 692 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / ECDHE_RSA_AES_256_GCM_SHA384
* server certificate verification OK
* server certificate status verification SKIPPED
* common name: store.steampowered.com (matched)
* server certificate expiration date OK
* server certificate activation date OK
* certificate public key: RSA
* certificate version: #3
* subject: businessCategory=Private Organization,jurisdictionOfIncorporationCountryName=US,jurisdictionOfIncorporationStateOrProvinceName=Washington,serialNumber=602 290 773,C=US,ST=Washington,L=Bellevue,O=Valve Corp,CN=store.steampowered.com
* start date: Wed, 13 Mar 2019 00:00:00 GMT
* expire date: Fri, 12 Mar 2021 12:00:00 GMT
* issuer: C=US,O=DigiCert Inc,OU=www.digicert.com,CN=DigiCert SHA2 Extended Validation Server CA
* compression: NULL
* ALPN, server accepted to use http/1.1
> GET / HTTP/1.1
> Host: store.steampowered.com
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 502 Bad Gateway
< Server: nginx
< Content-Type: text/html
< Content-Length: 150
< Date: Tue, 25 Jun 2019 17:14:11 GMT
< Connection: keep-alive
<
<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host store.steampowered.com left intact
noname@jugg:~$ nslookup 23.10.0.203
Server: 192.168.10.1
Address: 192.168.10.1#53
Non-authoritative answer:
203.0.10.23.in-addr.arpa name = a23-10-0-203.deploy.static.akamaitechnologies.com.
Authoritative answers can be found from:
noname@jugg:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment