Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. [DEBUG] HTTP Request body ~BEGIN~
  2.  
  3. ~END~
  4. [DEBUG] HTTP Response body ~BEGIN~
  5.  
  6. ~END~
  7. * Hostname was NOT found in DNS cache
  8. * Trying 162.248.184.25...
  9. * Connected to demo.docusign.net (162.248.184.25) port 443 (#0)
  10. * successfully set certificate verify locations:
  11. * CAfile: /etc/php5/cacert.pem
  12. CApath: /etc/ssl/certs/
  13. * SSL certificate problem: unable to get local issuer certificate
  14. * Closing connection 0
  15.  
  16.  
  17. Exception: exception 'DocuSigneSignApiException' with message 'API call to https://demo.docusign.net/restapi/v2/login_information timed out: a:26:{s:3:"url";s:54:"https://demo.docusign.net/restapi/v2/login_information";s:12:"content_type";N;s:9:"http_code";i:0;s:11:"header_size";i:0;s:12:"request_size";i:0;s:8:"filetime";i:-1;s:17:"ssl_verify_result";i:1;s:14:"redirect_count";i:0;s:10:"total_time";d:0.67847199999999996;s:15:"namelookup_time";d:0.50941599999999998;s:12:"connect_time";d:0.59162199999999998;s:16:"pretransfer_time";d:0;s:11:"size_upload";d:0;s:13:"size_download";d:0;s:14:"speed_download";d:0;s:12:"speed_upload";d:0;s:23:"download_content_length";d:-1;s:21:"upload_content_length";d:-1;s:18:"starttransfer_time";d:0;s:13:"redirect_time";d:0;s:12:"redirect_url";s:0:"";s:10:"primary_ip";s:14:"162.248.184.25";s:8:"certinfo";a:0:{}s:12:"primary_port";i:443;s:8:"local_ip";s:14:"10.231.215.217";s:10:"local_port";i:38425;}' in /srv/www/vhosts/server.name.com/pages/test/docusign/sdk/docusign-php-client-master/src/ApiClient.php:233
  18. Stack trace:
  19.  
  20. #0 /srv/www/vhosts/server.name.com/pages/test/docusign/sdk/docusign-php-client-master/src/Api/AuthenticationApi.php(264): DocuSigneSignApiClient->callApi('/v2/login_infor...', 'GET', Array, '', Array, 'DocuSigneSign...')
  21. **#1 /srv/www/vhosts/server.name.com/pages/test/docusign/sdk/docusign-php-client-master/src/Api/AuthenticationApi.php(193): DocuSigneSignApiAuthenticationApi->loginWithHttpInfo(Object(DocuSigneSignApiAuthenticationApiLoginOptions))
  22. #2 /srv/www/vhosts/server.name.com/pages/test/docusign/docusign_wrapper.php(58): DocuSigneSignApiAuthenticationApi->login(Object(DocuSigneSignApiAuthenticationApiLoginOptions))
  23. #3 /srv/www/vhosts/server.name.com/pages/test/docusign/docusign_wrapper.php(52): DocuSignWrapper->doLogin()
  24. #4 /srv/www/vhosts/server.name.com/pages/test/docusign/classtest.php(130): DocuSignWrapper->__construct()
  25. #5**
  26.  
  27. SUSE Linux Enterprise Server 12 (x86_64)
  28. PHP 5.5.14
  29. cURL:
  30. [version] => 7.37.0
  31. [ssl_version] => OpenSSL/1.0.1i
  32.  
  33. * Hostname was found in DNS cache
  34. * Hostname in DNS cache was stale, zapped
  35. * Trying 162.248.184.25...
  36. * Connected to demo.docusign.net (162.248.184.25) port 443 (#2)
  37. * successfully set certificate verify locations:
  38. * CAfile: none
  39. CApath: /etc/ssl/certs/
  40.  
  41. openSUSE Leap 42.1 (x86_64)
  42. PHP 5.5.14
  43. cURL:
  44. [version] => 7.37.0
  45. [ssl_version] => OpenSSL/1.0.1i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement