Skip to content

Instantly share code, notes, and snippets.

@p-mongo
Created June 26, 2020 02:23
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 p-mongo/200ba004497c0ca226abc3a54c60cefe to your computer and use it in GitHub Desktop.
Save p-mongo/200ba004497c0ca226abc3a54c60cefe to your computer and use it in GitHub Desktop.
Tenex Paste
tk% time curl -v 'https://evergreen.mongodb.com/task_log_raw/mongo_ruby_driver_mongo_4.4__mongodb_version~4.4_topology~replica_set_auth_and_ssl~noauth_and_nossl_ruby~ruby_2.7_os~ubuntu1604_test_mlaunch_patch_4897fa98abf79a8f34ef9b93c6571f9c431908b9_5ef529fb3066153f75ae4837_20_06_25_22_49_32/0?type=T' -Hapi-user:oleg.pudeyev -Hapi-key:X -o /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 52.206.222.245:443...
* TCP_NODELAY set
* Connected to evergreen.mongodb.com (52.206.222.245) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
* TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [91 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2888 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [333 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [70 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-SHA256
* ALPN, server did not agree to a protocol
* Server certificate:
* subject: C=US; ST=New York; L=New York; O=MongoDB, Inc.; CN=*.mongodb.com
* start date: Oct 18 00:00:00 2019 GMT
* expire date: Dec 1 12:00:00 2021 GMT
* subjectAltName: host "evergreen.mongodb.com" matched cert's "*.mongodb.com"
* issuer: C=US; O=DigiCert Inc; CN=DigiCert SHA2 Secure Server CA
* SSL certificate verify ok.
} [5 bytes data]
> GET /task_log_raw/mongo_ruby_driver_mongo_4.4__mongodb_version~4.4_topology~replica_set_auth_and_ssl~noauth_and_nossl_ruby~ruby_2.7_os~ubuntu1604_test_mlaunch_patch_4897fa98abf79a8f34ef9b93c6571f9c431908b9_5ef529fb3066153f75ae4837_20_06_25_22_49_32/0?type=T HTTP/1.1
> Host: evergreen.mongodb.com
> User-Agent: curl/7.65.1
> Accept: */*
> api-user:oleg.pudeyev
> api-key:X
>
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0{ [5 bytes data]
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Vary: Accept-Encoding
< Content-Type: text/html; charset=UTF-8
< Date: Fri, 26 Jun 2020 02:20:35 GMT
< Transfer-Encoding: chunked
< Set-Cookie: mci-project-cookie=mongo-ruby-driver; Path=/; Expires=Fri, 03 Jul 2020 02:20:34 GMT
<
{ [3875 bytes data]
100 66.4M 0 66.4M 0 0 1105k 0 --:--:-- 0:01:01 --:--:-- 1140k* transfer closed with outstanding read data remaining
100 66.7M 0 66.7M 0 0 1106k 0 --:--:-- 0:01:01 --:--:-- 1142k
* Closing connection 0
} [5 bytes data]
* TLSv1.2 (OUT), TLS alert, close notify (256):
} [2 bytes data]
curl: (18) transfer closed with outstanding read data remaining
curl -v -Hapi-user:oleg.pudeyev -Hapi-key:X - 1.45s user 0.52s system 3% cpu 1:01.83 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment