curl-command

From Konrad, 4 Years ago, written in Plain Text, viewed 45 times.
URL https://paste.inf.unibz.it/view/1e570dc4 Embed
Download Paste or View Raw
  1. curl -v -k -H"Host: stessaris.pages.scientificnet.org" https://46.18.25.120
  2. *   Trying 46.18.25.120:443...
  3. * TCP_NODELAY set
  4. * Connected to 46.18.25.120 (46.18.25.120) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * successfully set certificate verify locations:
  8. *   CAfile: /etc/ssl/certs/ca-certificates.crt
  9.   CApath: /etc/ssl/certs
  10. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  11. * TLSv1.3 (IN), TLS handshake, Server hello (2):
  12. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  13. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  14. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  15. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  16. * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  17. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  18. * TLSv1.2 (IN), TLS handshake, Finished (20):
  19. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  20. * ALPN, server accepted to use h2
  21. * Server certificate:
  22. *  subject: CN=gitlab.inf.unibz.it
  23. *  start date: Jan  2 16:36:47 2021 GMT
  24. *  expire date: Apr  2 16:36:47 2021 GMT
  25. *  issuer: C=US; O=Let's Encrypt; CN=R3
  26. *  SSL certificate verify ok.
  27. * Using HTTP2, server supports multi-use
  28. * Connection state changed (HTTP/2 confirmed)
  29. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  30. * Using Stream ID: 1 (easy handle 0x55ddf7838df0)
  31. > GET / HTTP/2
  32. > Host: stessaris.pages.scientificnet.org
  33. > user-agent: curl/7.68.0
  34. > accept: */*
  35. >
  36. * Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
  37. < HTTP/2 404
  38. < server: nginx
  39. < date: Wed, 03 Feb 2021 08:32:42 GMT
  40. < content-type: text/html; charset=utf-8
  41. < x-content-type-options: nosniff
  42. <
  43.  
  44. <!DOCTYPE html>
  45. <html>
  46. <head>
  47.   <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
  48.   <title>The page you're looking for could not be found (404)</title>
  49.   <style>
  50.     body {
  51.       color: #666;
  52.       text-align: center;
  53.       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  54.       margin: auto;
  55.       font-size: 14px;
  56.     }
  57.  
  58.     h1 {
  59.       font-size: 56px;
  60.       line-height: 100px;
  61.       font-weight: 400;
  62.       color: #456;
  63.     }
  64.  
  65.     h2 {
  66.       font-size: 24px;
  67.       color: #666;
  68.       line-height: 1.5em;
  69.     }
  70.  
  71.     h3 {
  72.       color: #456;
  73.       font-size: 20px;
  74.       font-weight: 400;
  75.       line-height: 28px;
  76.     }
  77.  
  78.     hr {
  79.       max-width: 800px;
  80.       margin: 18px auto;
  81.       border: 0;
  82.       border-top: 1px solid #EEE;
  83.       border-bottom: 1px solid white;
  84.     }
  85.  
  86.     img {
  87.       max-width: 40vw;
  88.       display: block;
  89.       margin: 40px auto;
  90.     }
  91.  
  92.     a {
  93.       line-height: 100px;
  94.       font-weight: 400;
  95.       color: #4A8BEE;
  96.       font-size: 18px;
  97.       text-decoration: none;
  98.     }
  99.  
  100.     .container {
  101.       margin: auto 20px;
  102.     }
  103.  
  104.     .go-back {
  105.       display: none;
  106.     }
  107.  
  108.   </style>
  109. </head>
  110.  
  111. <body>
  112.   <img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEwIiBoZWlnaHQ9IjIxMCIgdmlld0JveD0iMCAwIDIxMCAyMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTEwNS4wNjE0IDIwMy42NTVsMzguNjQtMTE4LjkyMWgtNzcuMjhsMzguNjQgMTE4LjkyMXoiIGZpbGw9IiNlMjQzMjkiLz4KICA8cGF0aCBkPSJNMTA1LjA2MTQgMjAzLjY1NDhsLTM4LjY0LTExOC45MjFoLTU0LjE1M2w5Mi43OTMgMTE4LjkyMXoiIGZpbGw9IiNmYzZkMjYiLz4KICA8cGF0aCBkPSJNMTIuMjY4NSA4NC43MzQxbC0xMS43NDIgMzYuMTM5Yy0xLjA3MSAzLjI5Ni4xMDIgNi45MDcgMi45MDYgOC45NDRsMTAxLjYyOSA3My44MzgtOTIuNzkzLTExOC45MjF6IiBmaWxsPSIjZmNhMzI2Ii8+CiAgPHBhdGggZD0iTTEyLjI2ODUgODQuNzM0Mmg1NC4xNTNsLTIzLjI3My03MS42MjVjLTEuMTk3LTMuNjg2LTYuNDExLTMuNjg1LTcuNjA4IDBsLTIzLjI3MiA3MS42MjV6IiBmaWxsPSIjZTI0MzI5Ii8+CiAgPHBhdGggZD0iTTEwNS4wNjE0IDIwMy42NTQ4bDM4LjY0LTExOC45MjFoNTQuMTUzbC05Mi43OTMgMTE4LjkyMXoiIGZpbGw9IiNmYzZkMjYiLz4KICA8cGF0aCBkPSJNMTk3Ljg1NDQgODQuNzM0MWwxMS43NDIgMzYuMTM5YzEuMDcxIDMuMjk2LS4xMDIgNi45MDctMi45MDYgOC45NDRsLTEwMS42MjkgNzMuODM4IDkyLjc5My0xMTguOTIxeiIgZmlsbD0iI2ZjYTMyNiIvPgogIDxwYXRoIGQ9Ik0xOTcuODU0NCA4NC43MzQyaC01NC4xNTNsMjMuMjczLTcxLjYyNWMxLjE5Ny0zLjY4NiA2LjQxMS0zLjY4NSA3LjYwOCAwbDIzLjI3MiA3MS42MjV6IiBmaWxsPSIjZTI0MzI5Ii8+Cjwvc3ZnPgo="
  113.        alt="GitLab Logo" />
  114.   <h1>
  115.     404
  116.   </h1>
  117.   <div class="container">
  118.     <h3>The page you're looking for could not be found.</h3>
  119.     <hr />
  120.     <p>The resource that you are attempting to access does not exist or you don't have the necessary permissions to view it.</p>
  121.      <p>Make sure the address is correct and that the page hasn't moved.</p>
  122.      <p>Please contact your GitLab administrator if you think this is a mistake.</p>
  123.     <a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
  124.   </div>
  125.   <script>
  126.     (function () {
  127.       var goBack = document.querySelector('.js-go-back');
  128.  
  129.       if (history.length > 1) {
  130.         goBack.style.display = 'inline';
  131.       }
  132.     })();
  133.   </script>
  134. </body>
  135. </html>
  136.  
  137. * Connection #0 to host 46.18.25.120 left intact

Reply to "curl-command"

Here you can reply to the paste above

captcha