Created
November 19, 2021 16:42
-
-
Save aviflax/7ddedd3c989a551ba4ec7301a5ec546f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -v https://gitpod.com/ | |
* Trying 45.79.154.83... | |
* TCP_NODELAY set | |
* Connected to gitpod.com (45.79.154.83) port 443 (#0) | |
* ALPN, offering h2 | |
* ALPN, offering http/1.1 | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/cert.pem | |
CApath: none | |
* 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, Change cipher spec (1): | |
* TLSv1.2 (OUT), TLS handshake, Finished (20): | |
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1): | |
* TLSv1.2 (IN), TLS handshake, Finished (20): | |
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256 | |
* ALPN, server accepted to use http/1.1 | |
* Server certificate: | |
* subject: CN=www.dotkam.com | |
* start date: Aug 26 05:00:29 2021 GMT | |
* expire date: Nov 24 05:00:28 2021 GMT | |
* subjectAltName: host "gitpod.com" matched cert's "gitpod.com" | |
* issuer: C=US; O=Let's Encrypt; CN=R3 | |
* SSL certificate verify ok. | |
> GET / HTTP/1.1 | |
> Host: gitpod.com | |
> User-Agent: curl/7.64.1 | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
< Server: nginx/1.14.0 (Ubuntu) | |
< Date: Fri, 19 Nov 2021 16:41:43 GMT | |
< Content-Type: text/html | |
< Content-Length: 13 | |
< Last-Modified: Thu, 06 Mar 2014 20:12:03 GMT | |
< Connection: keep-alive | |
< ETag: "5318d693-d" | |
< Accept-Ranges: bytes | |
< | |
gitpod is up | |
* Connection #0 to host gitpod.com left intact | |
* Closing connection 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment