Advertisement
Guest User

Java SSLHandshakeException Logs

a guest
May 20th, 2015
1,241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. %% No cached client session
  2. *** ClientHello, TLSv1.2
  3. RandomCookie: GMT: 1432124479 bytes = { 220Thread-15, called close()
  4. Thread-15, called closeInternal(true)
  5. , 116, 199, 24, 128, 37, 237, 142, 114, 21, 180, 79, 43, 0, 123, 110, 81, 99, 100, 43, 80, 69, 94, 113, 254, 14, 6, 134 }
  6. Session ID: {}
  7. Cipher Suites: [TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DH
  8. E_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_D
  9. SS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA25
  10. 6, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC
  11. _SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_EMPTY_RENEGOTIATION_INF
  12. O_SCSV]
  13. Compression Methods: { 0 }
  14. Extension elliptic_curves, curve names: {secp256r1, sect163k1, sect163r2, secp192r1, secp224r1, sect233k1, sect233r1, sect283k1, sect283r1, secp384r1, sect409k1, sect409r1, secp521r1, sect571k1, sect571r1, secp160k1, secp160r1, secp160r2, sect163r1,
  15. secp192k1, sect193r1, sect193r2, secp224k1, sect239k1, secp256k1}
  16. Extension ec_point_formats, formats: [uncompressed]
  17. Extension signature_algorithms, signature_algorithms: SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA224withECDSA, SHA224withRSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA, MD5withRSA
  18. ***
  19. Thread-13, WRITE: TLSv1.2 Handshake, length = 207
  20. Thread-14, READ: TLSv1.1 Alert, length = 2
  21. Thread-14, RECV TLSv1.2 ALERT: fatal, handshake_failure
  22. Thread-14, called closeSocket()
  23. Thread-14, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
  24. Thread-14, called close()
  25. Thread-14, called closeInternal(true)
  26. Thread-14, WRITE: TLSv1.2 Application Data, length = 1867
  27. Thread-14, called close()
  28. Thread-14, called closeInternal(true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement