Created
October 6, 2021 23:35
-
-
Save nerd0/8859d80adabf59159b68aa5a4046b0ef 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
% 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 50.17.111.26:443... | |
* TCP_NODELAY set | |
* Connected to api.splashthat.com (50.17.111.26) port 443 (#0) | |
* ALPN, offering h2 | |
* ALPN, offering http/1.1 | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/certs/ca-certificates.crt | |
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): | |
{ [122 bytes data] | |
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): | |
{ [19 bytes data] | |
* TLSv1.3 (IN), TLS handshake, Certificate (11): | |
{ [4065 bytes data] | |
* TLSv1.3 (IN), TLS handshake, CERT verify (15): | |
{ [264 bytes data] | |
* TLSv1.3 (IN), TLS handshake, Finished (20): | |
{ [52 bytes data] | |
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): | |
} [1 bytes data] | |
* TLSv1.3 (OUT), TLS handshake, Finished (20): | |
} [52 bytes data] | |
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 | |
* ALPN, server accepted to use h2 | |
* Server certificate: | |
* subject: CN=prod-api.splashthat.com | |
* start date: Oct 6 21:52:34 2021 GMT | |
* expire date: Jan 4 21:52:33 2022 GMT | |
* subjectAltName: host "api.splashthat.com" matched cert's "api.splashthat.com" | |
* issuer: C=US; O=Let's Encrypt; CN=R3 | |
* SSL certificate verify ok. | |
* Using HTTP2, server supports multi-use | |
* Connection state changed (HTTP/2 confirmed) | |
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 | |
} [5 bytes data] | |
* Using Stream ID: 1 (easy handle 0x55f60158fdb0) | |
} [5 bytes data] | |
> GET /healthcheck HTTP/2 | |
> Host: api.splashthat.com | |
> user-agent: curl/7.68.0 | |
> accept: */* | |
> | |
{ [5 bytes data] | |
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): | |
{ [57 bytes data] | |
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): | |
{ [57 bytes data] | |
* old SSL session ID is stale, removing | |
{ [5 bytes data] | |
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)! | |
} [5 bytes data] | |
< HTTP/2 200 | |
< date: Wed, 06 Oct 2021 23:35:11 GMT | |
< content-type: application/json | |
< cache-control: no-cache, private | |
< allow: GET | |
< x-xss-protection: 1; mode=block | |
< x-content-type-options: nosniff | |
< | |
{ [66 bytes data] | |
100 66 0 66 0 0 194 0 --:--:-- --:--:-- --:--:-- 194 | |
* Connection #0 to host api.splashthat.com left intact | |
{"meta":{"code":200},"data":null,"success":true,"status":"active"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment