Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2012
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. trigger seeding of SecureRandom
  2. done seeding SecureRandom
  3. Allow unsafe renegotiation: false
  4. Allow legacy hello messages: true
  5. Is initial handshake: true
  6. Is secure renegotiation: false
  7. %% No cached client session
  8. *** ClientHello, TLSv1
  9. RandomCookie: GMT: 1332497357 bytes = { 97, 83, 25, 139, 119, 83, 60, 98, 167, 201, 228, 16, 13, 199, 245, 58, 134, 65, 98, 44, 221, 7, 89, 82, 95, 106, 238, 43 }
  10. Session ID: {}
  11. Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
  12. Compression Methods: { 0 }
  13. ***
  14. main, WRITE: TLSv1 Handshake, length = 75
  15. main, WRITE: SSLv2 client hello message, length = 101
  16. main, READ: TLSv1 Alert, length = 2
  17. main, RECV TLSv1 ALERT: fatal, handshake_failure
  18. main, called closeSocket()
  19. main, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
  20. Received fatal alert: handshake_failure
  21. javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
  22. at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
  23. at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
  24. at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(Unknown Source)
  25. at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
  26. at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
  27. at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source)
  28. at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source)
  29. at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
  30. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
  31. at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
  32. main, called close()
  33. main, called closeInternal(true)
  34. Allow unsafe renegotiation: false
  35. Allow legacy hello messages: true
  36. Is initial handshake: true
  37. Is secure renegotiation: false
  38. %% No cached client session
  39. *** ClientHello, TLSv1
  40. RandomCookie: GMT: 1332497357 bytes = { 240, 94, 79, 225, 241, 102, 146, 127, 166, 97, 64, 119, 185, 90, 229, 139, 118, 209, 165, 162, 206, 239, 165, 224, 99, 36, 164, 148 }
  41. Session ID: {}
  42. Cipher Suites: [SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
  43. Compression Methods: { 0 }
  44. ***
  45. main, WRITE: TLSv1 Handshake, length = 75
  46. main, WRITE: SSLv2 client hello message, length = 101
  47. main, READ: TLSv1 Alert, length = 2
  48. main, RECV TLSv1 ALERT: fatal, handshake_failure
  49. main, called closeSocket()
  50. main, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement