Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. ~/tmp » ldd /usr/bin/php dmitry@dmitry-laptop
  2. /usr/bin/php: /opt/cryptopack2/lib/libssl.so.1.0.0: no version information available (required by /usr/bin/php)
  3. /usr/bin/php: /opt/cryptopack2/lib/libssl.so.1.0.0: no version information available (required by /usr/bin/php)
  4. /usr/bin/php: /opt/cryptopack2/lib/libcrypto.so.1.0.0: no version information available (required by /usr/bin/php)
  5. linux-vdso.so.1 => (0x00007ffeb41b7000)
  6. libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f5bf008e000)
  7. libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f5befe72000)
  8. libcrypto.so.1.0.0 => /opt/cryptopack2/lib/libcrypto.so.1.0.0 (0x00007f5befa9c000)
  9. libssl.so.1.0.0 => /opt/cryptopack2/lib/libssl.so.1.0.0 (0x00007f5bef832000)
  10. libdb-5.3.so => /usr/lib/x86_64-linux-gnu/libdb-5.3.so (0x00007f5bef484000)
  11. libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 (0x00007f5bef274000)
  12. libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f5bef007000)
  13. libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f5beecff000)
  14. libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f5beeafb000)
  15. libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 (0x00007f5bee732000)
  16. libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f5bee368000)
  17. libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f5bee14a000)
  18. /lib64/ld-linux-x86-64.so.2 (0x00007f5bf02a9000)
  19. libicuuc.so.52 => /usr/lib/x86_64-linux-gnu/libicuuc.so.52 (0x00007f5beddcc000)
  20. libicudata.so.52 => /usr/lib/x86_64-linux-gnu/libicudata.so.52 (0x00007f5bec55f000)
  21. libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f5bec250000)
  22. libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f5bec03a000)
  23. ------------------------------------------------------------
  24. ~/tmp » php test.php
  25. * Hostname was NOT found in DNS cache
  26. * Trying 54.76.42.99...
  27. * Connected to 54.76.42.99 (54.76.42.99) port 64044 (#0)
  28. * successfully set certificate verify locations:
  29. * CAfile: none
  30. CApath: /etc/ssl/certs
  31. * SSL connection using TLSv1.0 / GOST2001-GOST89-GOST89
  32. * Server certificate:
  33. * subject: CN=helga-crypto-pro-test-center2
  34. * start date: 2015-07-13 11:02:56 GMT
  35. * expire date: 2015-10-13 11:12:56 GMT
  36. * issuer: emailAddress=support@cryptopro.ru; C=RU; L=Moscow; O=CRYPTO-PRO LLC; CN=CRYPTO-PRO Test Center 2
  37. * SSL certificate verify result: self signed certificate in certificate chain (19), continuing anyway.
  38. > GET /ext-bus-nsi-service/services/Nsi?wsdl HTTP/1.1
  39. Host: 54.76.42.99:64044
  40. Accept: */*
  41.  
  42. < HTTP/1.1 400 Bad Request
  43. * Server nginx/1.7.6 is not blacklisted
  44. < Server: nginx/1.7.6
  45. < Date: Thu, 23 Jul 2015 12:26:49 GMT
  46. < Content-Type: text/html
  47. < Content-Length: 230
  48. < Connection: close
  49. <
  50. * Closing connection 0
  51. </br><html>
  52. <head><title>400 The SSL certificate error</title></head>
  53. <body bgcolor="white">
  54. <center><h1>400 Bad Request</h1></center>
  55. <center>The SSL certificate error</center>
  56. <hr><center>nginx/1.7.6</center>
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement