Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mikejholly/4ef68a7be81f2147f75c4143f09f1656 to your computer and use it in GitHub Desktop.
Save mikejholly/4ef68a7be81f2147f75c4143f09f1656 to your computer and use it in GitHub Desktop.
curl -v -XDELETE -H "Authorization: Bearer 45fb25e40e33a4ee2e0289050486ee594cb8cca2371b00e38e9b1f5f69c9ac4d" https://striketracker.highwinds.com/api/v1/accounts/k7w4h9z7/origins/67497
* Trying 209.197.3.40...
* Connected to striketracker.highwinds.com (209.197.3.40) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 597 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
* server certificate verification OK
* server certificate status verification SKIPPED
* common name: *.striketracker.highwinds.com (matched)
* server certificate expiration date OK
* server certificate activation date OK
* certificate public key: RSA
* certificate version: #3
* subject: OU=Domain Control Validated,CN=*.striketracker.highwinds.com
* start date: Tue, 07 Apr 2015 19:50:39 GMT
* expire date: Sat, 07 Apr 2018 19:50:39 GMT
* issuer: C=US,ST=Arizona,L=Scottsdale,O=GoDaddy.com\, Inc.,OU=http://certs.godaddy.com/repository/,CN=Go Daddy Secure Certificate Authority - G2
* compression: NULL
* ALPN, server did not agree to a protocol
> DELETE /api/v1/accounts/k7w4h9z7/origins/67497 HTTP/1.1
> Host: striketracker.highwinds.com
> User-Agent: curl/7.47.0
> Accept: */*
> Authorization: Bearer 45fb25e40e33a4ee2e0289050486ee594cb8cca2371b00e38e9b1f5f69c9ac4d
>
< HTTP/1.1 502 Bad Gateway
< Date: Sun, 04 Mar 2018 17:52:03 GMT
< Connection: Keep-Alive
< Accept-Ranges: bytes
< Cache-Control: max-age=10
< Content-Length: 0
< X-HW: 1520185863.dop005.se2.t,1520185863.cds008.se2.shn,1520185863.cds008.se2.sc,1520185923.cds008.se2.p
<
* Connection #0 to host striketracker.highwinds.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment