alexcf

Untitled

Dec 13th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. $ telnet imgur.com 443
  2. Trying 151.101.16.193...
  3. telnet: connect to address 151.101.16.193: Connection refused
  4. telnet: Unable to connect to remote host
  5.  
  6. $ telnet imgur.com 80
  7. Trying 151.101.16.193...
  8. Connected to imgur.com.
  9. Escape character is '^]'.
  10. get /
  11. HTTP/1.0 500 Internal Server Error
  12. Server: Varnish
  13. Retry-After: 0
  14. Content-Type: text/html
  15. Cache-Control: private, no-cache
  16. Content-Length: 207
  17. Accept-Ranges: bytes
  18. Date: Tue, 13 Dec 2016 18:55:56 GMT
  19. X-Cache: MISS from localhost
  20. X-Cache-Lookup: MISS from localhost:3128
  21. Via: 1.1 varnish, 1.0 localhost (squid/3.1.19)
  22. Connection: close
  23.  
  24.  
  25. <html>
  26. <head>
  27. <title>Fastly error: unknown domain 151.101.16.193</title>
  28. </head>
  29. <body>
  30. Fastly error: unknown domain: 151.101.16.193. Please check that this domain has been added to a service.</body></html>Connection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment