Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. joris@ScoutDomoticz:~ $ curl -v https://api.thingspeak.com/update?api_key=XXXXXXXXXXXXX&field1=22.5
  2. [1] 31013
  3. joris@ScoutDomoticz:~ $ * Trying 34.237.32.84...
  4. * TCP_NODELAY set
  5. * Connected to api.thingspeak.com (34.237.32.84) port 443 (#0)
  6. * ALPN, offering h2
  7. * ALPN, offering http/1.1
  8. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  9. * successfully set certificate verify locations:
  10. * CAfile: /etc/ssl/certs/ca-certificates.crt
  11. CApath: /etc/ssl/certs
  12. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  13. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  14. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  15. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  16. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  17. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  18. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  19. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  20. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  21. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  22. * TLSv1.2 (IN), TLS handshake, Finished (20):
  23. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  24. * ALPN, server did not agree to a protocol
  25. * Server certificate:
  26. * subject: C=US; ST=MA; L=Natick; O=The Mathworks, Inc.; OU=EPS DevOps; CN=*.thingspeak.com
  27. * start date: Apr 17 00:00:00 2018 GMT
  28. * expire date: Jun 26 12:00:00 2020 GMT
  29. * subjectAltName: host "api.thingspeak.com" matched cert's "*.thingspeak.com"
  30. * issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
  31. * SSL certificate verify ok.
  32. > GET /update?api_key=BNHON7GQASBJ83GJ HTTP/1.1
  33. > Host: api.thingspeak.com
  34. > User-Agent: curl/7.52.1
  35. > Accept: */*
  36. >
  37. < HTTP/1.1 200 OK
  38. < Content-Type: text/html; charset=utf-8
  39. < Content-Length: 3
  40. < Connection: close
  41. < Status: 200 OK
  42. < X-Frame-Options: SAMEORIGIN
  43. < Access-Control-Allow-Origin: *
  44. < Access-Control-Allow-Methods: GET, POST, PUT, OPTIONS, DELETE, PATCH
  45. < Access-Control-Allow-Headers: origin, content-type, X-Requested-With
  46. < Access-Control-Max-Age: 1800
  47. < ETag: "a96b65a721e561e1e3de768ac819ffbb"
  48. < Cache-Control: max-age=0, private, must-revalidate
  49. < X-Request-Id: 838b83d6-3fff-461e-a3ca-df60784e4b6f
  50. < X-Runtime: 0.033468
  51. < X-Powered-By: Phusion Passenger 4.0.57
  52. < Date: Sun, 18 Nov 2018 10:56:46 GMT
  53. < Server: nginx/1.9.3 + Phusion Passenger 4.0.57
  54. <
  55. * Curl_http_done: called premature == 0
  56. * Closing connection 0
  57. * TLSv1.2 (OUT), TLS alert, Client hello (1):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement