Advertisement
Guest User

Untitled

a guest
Jul 15th, 2015
2,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. URL/proxy/services --verbose
  2. * About to connect() to URL port port
  3. * Trying url... connected
  4. * Connected to url (url) port port
  5. * successfully set certificate verify locations:
  6. * CAfile: /etc/pki/tls/certs/ca-bundle.crt
  7. CApath: none
  8. * SSLv2, Client hello (1):
  9. SSLv3, TLS handshake, Server hello (2):
  10. SSLv3, TLS handshake, CERT (11):
  11. SSLv3, TLS handshake, Server key exchange (12):
  12. SSLv3, TLS handshake, Server finished (14):
  13. SSLv3, TLS handshake, Client key exchange (16):
  14. SSLv3, TLS change cipher, Client hello (1):
  15. SSLv3, TLS handshake, Finished (20):
  16. SSLv3, TLS change cipher, Client hello (1):
  17. SSLv3, TLS handshake, Finished (20):
  18. SSL connection using EDH-DSS-DES-CBC3-SHA
  19. * Server certificate:
  20. * subject: /C=XY/ST=DENK/L=karls/O=tel/OU=dev/CN=TEST
  21. * start date: 2008-12-16 15:48:14 GMT
  22. * expire date: 2009-03-16 15:48:14 GMT
  23. * common name: Test (does not match 'url')
  24. * issuer: /C=XY/ST=DENK/L=karls/O=tel/OU=dev/CN=TEST
  25. * SSL certificate verify result: self signed certificate (18), continuing anyway.
  26. > POST /proxy/services HTTP/1.1
  27. > User-Agent: curl/7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
  28. > Host: url:port
  29. > Accept: */*
  30. > Content-Type: text/xml;charset=UTF-8
  31. > Content-Length: 1050
  32. > Expect: 100-continue
  33. >
  34. < HTTP/1.1 100 Continue
  35. HTTP/1.1 200 OK
  36. < Server: Apache-Coyote/1.1
  37. < X-Powered-By: Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)/JBossWeb-2.0
  38. < SOAPAction: ""
  39. < Content-Type: text/xml;charset=UTF-8
  40. < Transfer-Encoding: chunked
  41. < Date: Wed, 15 Jul 2015 05:42:14 GMT
  42. * Connection #0 to host url left intact
  43. * Closing connection #0
  44. * SSLv3, TLS alert, Client hello (1):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement