Advertisement
Guest User

php output log

a guest
Jun 8th, 2018
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. * Connected to api.tele2messaging.com (193.105.74.159) port 443 (#0)
  2. * ALPN, offering http/1.1
  3. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  4. * successfully set certificate verify locations:
  5. * CAfile: /etc/ssl/certs/ca-certificates.crt
  6. CApath: /etc/ssl/certs
  7. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  8. * ALPN, server did not agree to a protocol
  9. * Server certificate:
  10. * subject: CN=*.tele2messaging.com
  11. * start date: Oct 19 00:00:00 2017 GMT
  12. * expire date: Nov 18 23:59:59 2018 GMT
  13. * subjectAltName: api.tele2messaging.com matched
  14. * issuer: C=US; O=GeoTrust Inc.; CN=RapidSSL SHA256 CA
  15. * SSL certificate verify ok.
  16. > POST /sms/1/text/single HTTP/1.1
  17. Host: api.tele2messaging.com
  18. Accept: */*
  19. Content-Length: 343
  20. Expect: 100-continue
  21. Content-Type: multipart/form-data; boundary=------------------------3f3b5d19516000ac
  22.  
  23. < HTTP/1.1 100 Continue
  24. < HTTP/1.1 401
  25. < Access-Control-Allow-Origin: *
  26. < Access-Control-Allow-Methods: GET, POST, PUT, PATCH, DELETE, COPY, HEAD, OPTIONS, LINK, UNLINK, PURGE
  27. < Access-Control-Allow-Headers: Authorization, Content-Type, X-Enrollment-Token
  28. < Content-Type: multipart/form-data; boundary=------------------------3f3b5d19516000ac;charset=UTF-8
  29. < Content-Length: 97
  30. < Date: Fri, 08 Jun 2018 06:58:26 GMT
  31. < Server: SMS API
  32. < Strict-Transport-Security: max-age=16000000; includeSubDomains; preload;
  33. * HTTP error before end of send, stop sending
  34. <
  35. * Closing connection 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement