Guest User

Untitled

a guest
Dec 10th, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. * Host service.local.example.tld:443 was resolved.
  2. * IPv6: (none)
  3. * IPv4: 1.2.3.4
  4. * Trying 1.2.3.4:443...
  5. * Connected to service.local.example.tld (1.2.3.4) port 443
  6. * ALPN: curl offers h2,http/1.1
  7. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  8. * TLSv1.3 (IN), TLS handshake, Server hello (2):
  9. * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
  10. * TLSv1.3 (IN), TLS handshake, Certificate (11):
  11. * TLSv1.3 (IN), TLS handshake, CERT verify (15):
  12. * TLSv1.3 (IN), TLS handshake, Finished (20):
  13. * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
  14. * TLSv1.3 (OUT), TLS handshake, Finished (20):
  15. * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / id-ecPublicKey
  16. * ALPN: server accepted http/1.1
  17. * Server certificate:
  18. * subject: CN=*.local.example.tld
  19. * start date: Dec 8 23:15:25 2025 GMT
  20. * expire date: Mar 8 23:15:24 2026 GMT
  21. * issuer: C=US; O=Let's Encrypt; CN=E8
  22. * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
  23. * Certificate level 0: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using ecdsa-with-SHA384
  24. * Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption
  25. * using HTTP/1.x
  26. > GET /web HTTP/1.1
  27. > Host: service.local.example.tld
  28. > User-Agent: curl/8.5.0
  29. > Accept: */*
  30. >
  31. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  32. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  33. * old SSL session ID is stale, removing
  34. < HTTP/1.1 301 Moved Permanently
  35. < Server: openresty
  36. < Date: Wed, 10 Dec 2025 20:46:46 GMT
  37. < Content-Length: 0
  38. < Connection: keep-alive
  39. < Location: http://service.invalid.tld/web/
  40. < X-Response-Time-ms: 1
  41. < Alt-Svc: h3=":443"; ma=86400
  42. < X-XSS-Protection: 0
  43. < X-Content-Type-Options: nosniff
  44. < X-Frame-Options: SAMEORIGIN
  45. < Content-Security-Policy: upgrade-insecure-requests
  46. < Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
  47. <
  48. * Connection #0 to host service.local.example.tld left intact
Advertisement
Add Comment
Please, Sign In to add comment