Skip to content

Instantly share code, notes, and snippets.

@plexus
Created July 13, 2025 11:49
Show Gist options
  • Save plexus/dd1a6f783c8abce7b5b13053e53eb7f5 to your computer and use it in GitHub Desktop.
Save plexus/dd1a6f783c8abce7b5b13053e53eb7f5 to your computer and use it in GitHub Desktop.
This one errors
* Host bmo.squid.casa:443 was resolved.
* IPv6: (none)
* IPv4: 192.168.1.39
* Trying 192.168.1.39:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
* ALPN: server accepted http/1.1
* Server certificate:
* subject: CN=bmo.squid.casa
* start date: Jul 12 18:27:53 2025 GMT
* expire date: Oct 10 18:27:52 2025 GMT
* subjectAltName: host "bmo.squid.casa" matched cert's "bmo.squid.casa"
* issuer: C=US; O=Let's Encrypt; CN=E5
* SSL certificate verify ok.
* Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
* Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* Connected to bmo.squid.casa (192.168.1.39) port 443
* using HTTP/1.x
> GET /file/1506389835.mp4/download HTTP/1.1
> Host: bmo.squid.casa
> User-Agent: curl/8.12.1
> Accept: */*
> Range: bytes=0-
>
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/1.1 206 Partial Content
< Server: nginx/1.24.0 (Ubuntu)
< Date: Sun, 13 Jul 2025 11:45:50 GMT
< Content-Type: video/mp4
< Content-Length: 700004148
< Connection: keep-alive
< ETag: 1750965097000
< Content-Disposition: inline; filename="1506389835.mp4"
< Content-Range: bytes=0-700004147/700004148
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Credentials: false
< Access-Control-Allow-Methods: GET, POST, OPTIONS
< Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
< Access-Control-Expose-Headers: Content-Length,Content-Range,Accept-Ranges
<
Warning: Binary output can mess up your terminal. Use "--output -" to tell curl to output it to your terminal anyway, or consider "--output <FILE>" to save to a file.
* client returned ERROR on write of 15775 bytes
* closing connection #0
This one plays
* Host bmo.squid.casa:443 was resolved.
* IPv6: (none)
* IPv4: 192.168.1.39
* Trying 192.168.1.39:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey
* ALPN: server accepted http/1.1
* Server certificate:
* subject: CN=bmo.squid.casa
* start date: Jul 12 18:27:53 2025 GMT
* expire date: Oct 10 18:27:52 2025 GMT
* subjectAltName: host "bmo.squid.casa" matched cert's "bmo.squid.casa"
* issuer: C=US; O=Let's Encrypt; CN=E5
* SSL certificate verify ok.
* Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
* Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* Connected to bmo.squid.casa (192.168.1.39) port 443
* using HTTP/1.x
> GET /download/1506389835.mp4?u=2neVfSKSyHkfNHXVo2BqN3QzCjV9lPdEDTr8MN6jn54smcJnFEm4l5fggBxi8HnKp_Y8DSNDyckmH_ZfsmjePA%3D%3D&stream=1&oauth_token=X7JLIBWX5HWX6KXV4FID HTTP/1.1
> Host: bmo.squid.casa
> User-Agent: curl/8.12.1
> Accept: */*
> Range: bytes=0-
>
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/1.1 206 Partial Content
< Server: nginx/1.24.0 (Ubuntu)
< Date: Sun, 13 Jul 2025 11:43:10 GMT
< Content-Type: video/mp4
< Content-Length: 700004148
< Connection: keep-alive
< Cache-Control: no-cache
< Content-Disposition: inline; filename="Community (2009) - S03E11 - Urban Matrimony and the Sandwich Arts (1080p BluRay x265 RCVR).mp4"
< Etag: "29b93734-184cb0fcf3dda984"
< Last-Modified: Thu, 26 Jun 2025 19:11:37 GMT
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Credentials: false
< Access-Control-Allow-Methods: GET, POST, OPTIONS
< Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
< Access-Control-Expose-Headers: Content-Length,Content-Range,Accept-Ranges
< X-77-NZT: EwgBw7WsBAFBCAG5TAoMASEIASUTwjEBIQ
< X-77-NZT-Ray: bb9bdb1ccc2e4fbece9b7368feb9922b
< X-77-Cache: MISS
< Content-Range: bytes 0-700004147/700004148
< X-77-POP: amsterdamNL
<
Warning: Binary output can mess up your terminal. Use "--output -" to tell curl to output it to your terminal anyway, or consider "--output <FILE>" to save to a file.
* client returned ERROR on write of 15475 bytes
* closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment