myworks

Untitled

May 11th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. $ curl https://heartofiowamarketplace.com/index.php?mw_qbo_desktop_qwc_server=1 --tlsv1.2 --verbose
  2. * Trying 35.206.85.181...
  3. * TCP_NODELAY set
  4. * Connected to heartofiowamarketplace.com (35.206.85.181) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * successfully set certificate verify locations:
  8. * CAfile: /etc/ssl/cert.pem
  9. CApath: none
  10. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  11. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  12. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  13. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  14. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  15. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  16. * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  17. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  18. * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
  19. * TLSv1.2 (IN), TLS handshake, Finished (20):
  20. * SSL connection using TLSv1.2 / ECDHE-RSA-CHACHA20-POLY1305
  21. * ALPN, server accepted to use h2
  22. * Server certificate:
  23. * subject: CN=heartofiowamarketplace.com
  24. * start date: Mar 30 09:06:59 2020 GMT
  25. * expire date: Jun 28 09:06:59 2020 GMT
  26. * subjectAltName: host "heartofiowamarketplace.com" matched cert's "heartofiowamarketplace.com"
  27. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  28. * SSL certificate verify ok.
  29. * Using HTTP2, server supports multi-use
  30. * Connection state changed (HTTP/2 confirmed)
  31. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  32. * Using Stream ID: 1 (easy handle 0x7fd4aa80d600)
  33. > GET /index.php?mw_qbo_desktop_qwc_server=1 HTTP/2
  34. > Host: heartofiowamarketplace.com
  35. > User-Agent: curl/7.64.1
  36. > Accept: */*
  37. >
  38. * Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
  39. < HTTP/2 200
  40. < server: nginx
  41. < date: Mon, 11 May 2020 16:01:34 GMT
  42. < content-type: text/plain;charset=UTF-8
  43. < x-powered-by: PHP/7.0.33
  44. < expires: Thu, 19 Nov 1981 08:52:00 GMT
  45. < cache-control: no-store, no-cache, must-revalidate
  46. < pragma: no-cache
  47. < set-cookie: PHPSESSID=53958b7916045cc8c3ac5f7d99e2ca85; path=/
  48. < host-header: 192fc2e7e50945beb8231a492d6a8024
  49. < x-proxy-cache: MISS
  50. <
  51. QuickBooks PHP DevKit Server v3.0 at /index.php?mw_qbo_desktop_qwc_server=1
  52. (c) "Keith Palmer" <keith@consolibyte.com>
  53. Visit us at: http://www.ConsoliBYTE.com/
  54.  
  55. Use the QuickBooks Web Connector to access this SOAP server.
  56.  
  57. QuickBooks_WebConnector_Server::handle() parameters:
  58. - $return = 1
  59. - $debug = 1
  60.  
  61. Misc. information:
  62. - Logging: 1
  63. - Timezone: America/Chicago (Auto-set: )
  64. - Current Date/Time: 2020-05-11 11:01:34
  65. - Error Reporting: 4983
  66.  
  67. SOAP adapter:
  68. - QuickBooks_Adapter_Server_Builtin
  69.  
  70. Registered handler functions:
  71. Array
  72. (
  73. [0] => __construct
  74. [1] => authenticate
  75. [2] => sendRequestXML
  76. [3] => receiveResponseXML
  77. [4] => connectionError
  78. [5] => getLastError
  79. [6] => closeConnection
  80. [7] => serverVersion
  81. [8] => clientVersion
  82. )
  83.  
  84. Detected input:
  85.  
  86.  
  87. Timestamp:
  88. - 2020-05-11 11:01:34 -- process 0.41086
  89. * Connection #0 to host heartofiowamarketplace.com left intact
  90. * Closing connection 0
Add Comment
Please, Sign In to add comment