Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diego-lipinski-de-castro/5b2e9e995bdcb2d03d35a3a3a730e6ce to your computer and use it in GitHub Desktop.
Save diego-lipinski-de-castro/5b2e9e995bdcb2d03d35a3a3a730e6ce to your computer and use it in GitHub Desktop.
log
* Host api.autentique.com.br:443 was resolved.
* IPv6: (none)
* IPv4: 34.95.248.152
* Trying 34.95.248.152:443...
* Connected to api.autentique.com.br (34.95.248.152) port 443
* ALPN: curl offers h2,http/1.1
* CAfile: /Users/lipinski/Library/Application Support/Herd/config/php/cacert.pem
* CApath: /etc/ssl/certs
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / RSASSA-PSS
* ALPN: server accepted http/1.1
* Server certificate:
* subject: CN=api.autentique.com.br
* start date: Mar 21 09:27:16 2024 GMT
* expire date: Jun 19 09:27:15 2024 GMT
* subjectAltName: host "api.autentique.com.br" matched cert's "api.autentique.com.br"
* issuer: C=US; O=Let's Encrypt; CN=R3
* SSL certificate verify ok.
* Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* using HTTP/1.x
> POST /v2/graphql HTTP/1.1
Host: api.autentique.com.br
Accept: */*
Authorization: Bearer cc1388bf4491d6c38a36001829564ace7a9638dfd986682823fc0aa5398ea629
Content-Length: 447
Content-Type: multipart/form-data; boundary=------------------------P7NnGSjHwBtEZGdb8lTpdF
* We are completely uploaded and fine
* old SSL session ID is stale, removing
< HTTP/1.1 500 Internal Server Error
< Server: nginx
< Content-Type: application/json
< Transfer-Encoding: chunked
< Connection: keep-alive
< Cache-Control: no-cache, private
< Date: Wed, 24 Apr 2024 14:25:42 GMT
< X-RateLimit-Limit: 60
< X-RateLimit-Remaining: 59
< Access-Control-Allow-Methods: GET, POST, PUT, OPTIONS
< Access-Control-Allow-Headers: Content-Type, Accept, Origin, X-Requested-With, Authorization, X-Autntiq-Api
< Access-Control-Allow-Origin:
< Access-Control-Max-Age: 86400
< X-Front-Version: 002
< Access-Control-Expose-Headers: Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma, Cache, X-Front-Version, Access-Control-Max-Age
<
* Leftovers after chunking: 11 bytes
* Connection #0 to host api.autentique.com.br left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment