Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bogatyr@bogatyr-PC:~$ curl -L -v http://api.std29.os3.su
- * Rebuilt URL to: http://api.std29.os3.su/
- * Trying 188.130.155.61...
- * TCP_NODELAY set
- * Connected to api.std29.os3.su (188.130.155.61) port 80 (#0)
- > GET / HTTP/1.1
- > Host: api.std29.os3.su
- > User-Agent: curl/7.58.0
- > Accept: */*
- >
- < HTTP/1.1 301 Moved Permanently
- < Location: https://std29.os3.su/
- < Content-Length: 0
- < Date: Wed, 26 Sep 2018 16:47:11 GMT
- < Server: Apache/2.4.9 (Unix)
- <
- * Connection #0 to host api.std29.os3.su left intact
- * Issue another request to this URL: 'https://std29.os3.su/'
- * Trying 188.130.155.61...
- * TCP_NODELAY set
- * Connected to std29.os3.su (188.130.155.61) port 443 (#1)
- * ALPN, offering h2
- * ALPN, offering http/1.1
- * successfully set certificate verify locations:
- * CAfile: /etc/ssl/certs/ca-certificates.crt
- CApath: /etc/ssl/certs
- * TLSv1.2 (OUT), TLS handshake, Client hello (1):
- * TLSv1.2 (IN), TLS handshake, Server hello (2):
- * TLSv1.2 (IN), TLS handshake, Certificate (11):
- * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
- * TLSv1.2 (IN), TLS handshake, Server finished (14):
- * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
- * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
- * TLSv1.2 (OUT), TLS handshake, Finished (20):
- * TLSv1.2 (IN), TLS handshake, Finished (20):
- * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
- * ALPN, server did not agree to a protocol
- * Server certificate:
- * subject: CN=*.std29.os3.su
- * start date: Sep 26 15:09:22 2018 GMT
- * expire date: Dec 25 15:09:22 2018 GMT
- * subjectAltName: host "std29.os3.su" matched cert's "std29.os3.su"
- * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
- * SSL certificate verify ok.
- > GET / HTTP/1.1
- > Host: std29.os3.su
- > User-Agent: curl/7.58.0
- > Accept: */*
- >
- < HTTP/1.1 200 OK
- < Content-Type: text/html
- < Accept-Ranges: bytes
- < ETag: "788360751"
- < Last-Modified: Tue, 25 Sep 2018 13:42:56 GMT
- < Content-Length: 346
- < Date: Wed, 26 Sep 2018 16:47:12 GMT
- < Server: Apache/2.4.9 (Unix)
- <
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>qq</title>
- <meta name="description" content="test web servers">
- <meta name="author" content="bogatyr285">
- <link rel="stylesheet" href="css/styles.css?v=1.0">
- </head>
- <body>
- <h1>qq! It's the main page</h1>
- <script src="js/scripts.js"></script>
- </body>
- </html>
- * Connection #1 to host std29.os3.su left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement