Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. curl_setopt_array($ch3, array(
  2. CURLOPT_RETURNTRANSFER => TRUE,
  3. CURLOPT_VERBOSE => TRUE,
  4. CURLOPT_CUSTOMREQUEST, "PUT",
  5. CURLOPT_POSTFIELDS,$data
  6. ));
  7.  
  8. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  9. * ALPN, server accepted to use http/1.1
  10. * Server certificate:
  11. * subject: OU=Domain Control Validated; CN=*.server.com
  12. * start date: May 18 19:26:01 2018 GMT
  13. * expire date: Jul 18 17:01:38 2019 GMT
  14. * subjectAltName: host “api.server.com” matched cert's “*.server.com”
  15. * issuer: C=BE; O=GlobalSign nv-sa; CN=AlphaSSL CA - SHA256 - G2
  16. * SSL certificate verify ok.
  17. > GET /someurl HTTP/1.1 <<<<----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement