rethinkdb / rethinkdb-java

Official RethinkDB Java client
https://rethinkdb.com/api/java/
Apache License 2.0
21 stars 10 forks source link

TLS connection hangs during handshake #55

Open gogit opened 4 years ago

gogit commented 4 years ago

Describe the bug Trying to connect to a rethinkdb instance using ssl, the connection hangs and the handshake does not complete

To Reproduce Steps to reproduce the behavior:

  1. Generate a self signed certificate cd /etc/rethinkdb openssl genrsa -out rethinkkey.pem 2048
    openssl req -new -x509 -key rethinkkey.pem -out rethinkcert.pem -days 3650

  2. Configure rethinkdb to start with the pem files

http-tls-key=/etc/rethinkdb/rethinkkey.pem http-tls-cert=/etc/rethinkdb/rethinkcert.pem driver-tls-key=/etc/rethinkdb/rethinkkey.pem driver-tls-cert=/etc/rethinkdb/rethinkcert.pem

  1. Connect to the db instance from your java program RethinkDB r = RethinkDB.r; Connection c = r.connection().hostname(host).port(port).db(db).certFile(new File(certPem)).timeout(10000L).connect();

Expected behavior The connection object is obtained and the process doesnt hang

Screenshots attaching ssl log

System info

Additional context adding as trusted cert: Subject: CN=somewebsite.com, OU=IT, O=some website, L=London, ST=London, C=GB Issuer: CN=somewebsite.com, OU=IT, O=some website, L=London, ST=London, C=GB Algorithm: RSA; Serial number: 0x124482eb7c3cdbfec8ccf8e1235c5d95ba491d38 Valid from Mon Jun 15 13:11:43 BST 2020 until Thu Jun 13 13:11:43 BST 2030

System property jdk.tls.client.cipherSuites is set to 'null' System property jdk.tls.server.cipherSuites is set to 'null' Ignoring disabled cipher suite: TLS_DH_anon_WITH_AES_256_CBC_SHA Ignoring disabled cipher suite: TLS_DH_anon_WITH_AES_256_CBC_SHA256 Ignoring disabled cipher suite: TLS_ECDHE_RSA_WITH_NULL_SHA Ignoring disabled cipher suite: SSL_RSA_WITH_DES_CBC_SHA Ignoring disabled cipher suite: SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA Ignoring disabled cipher suite: TLS_KRB5_WITH_DES_CBC_MD5 Ignoring disabled cipher suite: TLS_ECDH_RSA_WITH_NULL_SHA Ignoring disabled cipher suite: SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 Ignoring disabled cipher suite: SSL_DH_anon_WITH_DES_CBC_SHA Ignoring disabled cipher suite: TLS_DH_anon_WITH_AES_128_CBC_SHA Ignoring disabled cipher suite: TLS_KRB5_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_KRB5_WITH_DES_CBC_SHA Ignoring disabled cipher suite: TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 Ignoring disabled cipher suite: TLS_ECDHE_ECDSA_WITH_RC4_128_SHA Ignoring disabled cipher suite: SSL_DHE_RSA_WITH_DES_CBC_SHA Ignoring disabled cipher suite: TLS_KRB5_WITH_3DES_EDE_CBC_MD5 Ignoring disabled cipher suite: SSL_DH_anon_WITH_RC4_128_MD5 Ignoring disabled cipher suite: TLS_ECDHE_ECDSA_WITH_NULL_SHA Ignoring disabled cipher suite: SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_RSA_WITH_NULL_SHA256 Ignoring disabled cipher suite: TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_DH_anon_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_anon_WITH_NULL_SHA Ignoring disabled cipher suite: SSL_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_anon_WITH_RC4_128_SHA Ignoring disabled cipher suite: SSL_DHE_DSS_WITH_DES_CBC_SHA Ignoring disabled cipher suite: TLS_KRB5_EXPORT_WITH_RC4_40_SHA Ignoring disabled cipher suite: SSL_RSA_EXPORT_WITH_DES40_CBC_SHA Ignoring disabled cipher suite: TLS_KRB5_WITH_RC4_128_SHA Ignoring disabled cipher suite: TLS_ECDH_anon_WITH_AES_256_CBC_SHA Ignoring disabled cipher suite: SSL_RSA_EXPORT_WITH_RC4_40_MD5 Ignoring disabled cipher suite: TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA Ignoring disabled cipher suite: TLS_KRB5_EXPORT_WITH_RC4_40_MD5 Ignoring disabled cipher suite: TLS_ECDH_anon_WITH_AES_128_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_ECDSA_WITH_RC4_128_SHA Ignoring disabled cipher suite: TLS_KRB5_WITH_RC4_128_MD5 Ignoring disabled cipher suite: TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_RSA_WITH_RC4_128_SHA Ignoring disabled cipher suite: TLS_ECDH_ECDSA_WITH_NULL_SHA Ignoring disabled cipher suite: TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_RSA_WITH_RC4_128_SHA Ignoring disabled cipher suite: SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA Ignoring disabled cipher suite: SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_RSA_WITH_NULL_SHA Ignoring disabled cipher suite: TLS_ECDHE_RSA_WITH_RC4_128_SHA Ignoring disabled cipher suite: SSL_RSA_WITH_RC4_128_MD5 Ignoring disabled cipher suite: TLS_DH_anon_WITH_AES_128_CBC_SHA256 Ignoring disabled cipher suite: SSL_RSA_WITH_NULL_MD5 Ignoring disabled cipher suite: TLS_DH_anon_WITH_AES_128_GCM_SHA256 Ignoring disabled cipher suite: TLS_DH_anon_WITH_AES_256_GCM_SHA384 Ignoring disabled cipher suite: TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA Ignoring disabled cipher suite: SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA trigger seeding of SecureRandom done seeding SecureRandom %% Initialized: [Session-1, SSL_NULL_WITH_NULL_NULL] Allow unsafe renegotiation: false Allow legacy hello messages: true Is initial handshake: true Is secure renegotiation: false Ignoring unsupported cipher suite: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 for TLSv1 Ignoring unsupported cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 for TLSv1 Ignoring unsupported cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA256 for TLSv1 Ignoring unsupported cipher suite: TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 for TLSv1 Ignoring unsupported cipher suite: TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 for TLSv1 Ignoring unsupported cipher suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 for TLSv1 Ignoring unsupported cipher suite: TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 for TLSv1 Ignoring unsupported cipher suite: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 for TLSv1.1 Ignoring unsupported cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 for TLSv1.1 Ignoring unsupported cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA256 for TLSv1.1 Ignoring unsupported cipher suite: TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 for TLSv1.1 Ignoring unsupported cipher suite: TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 for TLSv1.1 Ignoring unsupported cipher suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 for TLSv1.1 Ignoring unsupported cipher suite: TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 for TLSv1.1 %% No cached client session update handshake state: client_hello[1] upcoming handshake states: server_hello[2] *** ClientHello, TLSv1.2 RandomCookie: GMT: 1575450637 bytes = { 199, 166, 106, 240, 220, 176, 227, 241, 60, 74, 152, 61, 233, 250, 232, 145, 55, 212, 127, 82, 252, 241, 182, 160, 123, 87, 73, 205 } Session ID: {} Cipher Suites: [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, 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_DHE_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_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, 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_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV] Compression Methods: { 0 } Extension elliptic_curves, curve names: {secp256r1, secp384r1, secp521r1} Extension ec_point_formats, formats: [uncompressed] Extension signature_algorithms, signature_algorithms: SHA512withECDSA, SHA512withRSA, SHA384withECDSA, SHA384withRSA, SHA256withECDSA, SHA256withRSA, SHA256withDSA, SHA224withECDSA, SHA224withRSA, SHA224withDSA, SHA1withECDSA, SHA1withRSA, SHA1withDSA Extension extended_master_secret


[write] MD5 and SHA1 hashes: len = 185 0000: 01 00 00 B5 03 03 5E E7 78 0D C7 A6 6A F0 DC B0 ......^.x...j... 0010: E3 F1 3C 4A 98 3D E9 FA E8 91 37 D4 7F 52 FC F1 ..<J.=....7..R.. 0020: B6 A0 7B 57 49 CD 00 00 56 C0 24 C0 28 00 3D C0 ...WI...V.$.(.=. 0030: 26 C0 2A 00 6B 00 6A C0 0A C0 14 00 35 C0 05 C0 &..k.j.....5... 0040: 0F 00 39 00 38 C0 23 C0 27 00 3C C0 25 C0 29 00 ..9.8.#.'.<.%.). 0050: 67 00 40 C0 09 C0 13 00 2F C0 04 C0 0E 00 33 00 g.@...../.....3. 0060: 32 C0 2C C0 2B C0 30 00 9D C0 2E C0 32 00 9F 00 2.,.+.0.....2... 0070: A3 C0 2F 00 9C C0 2D C0 31 00 9E 00 A2 00 FF 01 ../...-.1....... 0080: 00 00 36 00 0A 00 08 00 06 00 17 00 18 00 19 00 ..6............. 0090: 0B 00 02 01 00 00 0D 00 1C 00 1A 06 03 06 01 05 ................ 00A0: 03 05 01 04 03 04 01 04 02 03 03 03 01 03 02 02 ................ 00B0: 03 02 01 02 02 00 17 00 00 ......... ForkJoinPool.commonPool-worker-1, WRITE: TLSv1.2 Handshake, length = 185 [Raw write]: length = 190 0000: 16 03 03 00 B9 01 00 00 B5 03 03 5E E7 78 0D C7 ...........^.x.. 0010: A6 6A F0 DC B0 E3 F1 3C 4A 98 3D E9 FA E8 91 37 .j.....<J.=....7 0020: D4 7F 52 FC F1 B6 A0 7B 57 49 CD 00 00 56 C0 24 ..R.....WI...V.$ 0030: C0 28 00 3D C0 26 C0 2A 00 6B 00 6A C0 0A C0 14 .(.=.&..k.j.... 0040: 00 35 C0 05 C0 0F 00 39 00 38 C0 23 C0 27 00 3C .5.....9.8.#.'.< 0050: C0 25 C0 29 00 67 00 40 C0 09 C0 13 00 2F C0 04 .%.).g.@...../.. 0060: C0 0E 00 33 00 32 C0 2C C0 2B C0 30 00 9D C0 2E ...3.2.,.+.0.... 0070: C0 32 00 9F 00 A3 C0 2F 00 9C C0 2D C0 31 00 9E .2...../...-.1.. 0080: 00 A2 00 FF 01 00 00 36 00 0A 00 08 00 06 00 17 .......6........ 0090: 00 18 00 19 00 0B 00 02 01 00 00 0D 00 1C 00 1A ................ 00A0: 06 03 06 01 05 03 05 01 04 03 04 01 04 02 03 03 ................ 00B0: 03 01 03 02 02 03 02 01 02 02 00 17 00 00 .............. [Raw read]: length = 5 0000: 16 03 03 00 5D ....] [Raw read]: length = 93 0000: 02 00 00 59 03 03 9A 2B 40 58 EF 32 9D 72 DC 1E ...Y...+@X.2.r.. 0010: B4 CE 33 56 FA CE 96 89 F2 A2 6F F6 AB 61 44 4F ..3V......o..aDO 0020: 57 4E 47 52 44 01 20 DE 4C EC A4 61 30 5A 93 04 WNGRD. .L..a0Z.. 0030: 5A 82 87 E9 02 DE B3 F2 83 09 37 D9 82 26 EB AA Z.........7..&.. 0040: 90 88 2E C2 29 29 3F C0 30 00 00 11 FF 01 00 01 ....))?.0....... 0050: 00 00 0B 00 04 03 00 01 02 00 17 00 00 ............. ForkJoinPool.commonPool-worker-1, READ: TLSv1.2 Handshake, length = 93 check handshake state: server_hello[2] *** ServerHello, TLSv1.2 RandomCookie: GMT: -1708441512 bytes = { 239, 50, 157, 114, 220, 30, 180, 206, 51, 86, 250, 206, 150, 137, 242, 162, 111, 246, 171, 97, 68, 79, 87, 78, 71, 82, 68, 1 } Session ID: {222, 76, 236, 164, 97, 48, 90, 147, 4, 90, 130, 135, 233, 2, 222, 179, 242, 131, 9, 55, 217, 130, 38, 235, 170, 144, 136, 46, 194, 41, 41, 63} Cipher Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Compression Method: 0 Extension renegotiation_info, renegotiated_connection: Extension ec_point_formats, formats: [uncompressed, ansiX962_compressed_prime, ansiX962_compressed_char2] Extension extended_master_secret


%% Initialized: [Session-2, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384] * TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 update handshake state: server_hello[2] upcoming handshake states: server certificate[11] upcoming handshake states: server_key_exchange12 upcoming handshake states: certificate_request13 upcoming handshake states: server_hello_done[14] upcoming handshake states: client certificate11 upcoming handshake states: client_key_exchange[16] upcoming handshake states: certificate_verify15 upcoming handshake states: client change_cipher_spec[-1] upcoming handshake states: client finished[20] upcoming handshake states: server change_cipher_spec[-1] upcoming handshake states: server finished[20] [read] MD5 and SHA1 hashes: len = 93 0000: 02 00 00 59 03 03 9A 2B 40 58 EF 32 9D 72 DC 1E ...Y...+@X.2.r.. 0010: B4 CE 33 56 FA CE 96 89 F2 A2 6F F6 AB 61 44 4F ..3V......o..aDO 0020: 57 4E 47 52 44 01 20 DE 4C EC A4 61 30 5A 93 04 WNGRD. .L..a0Z.. 0030: 5A 82 87 E9 02 DE B3 F2 83 09 37 D9 82 26 EB AA Z.........7..&.. 0040: 90 88 2E C2 29 29 3F C0 30 00 00 11 FF 01 00 01 ....))?.0....... 0050: 00 00 0B 00 04 03 00 01 02 00 17 00 00 ............. [Raw read]: length = 5 0000: 16 03 03 03 CD ..... [Raw read]: length = 973 0000: 0B 00 03 C9 00 03 C6 00 03 C3 30 82 03 BF 30 82 ..........0...0. 0010: 02 A7 A0 03 02 01 02 02 14 12 44 82 EB 7C 3C DB ..........D...<. 0020: FE C8 CC F8 E1 23 5C 5D 95 BA 49 1D 38 30 0D 06 .....#]..I.80.. 0030: 09 2A 86 48 86 F7 0D 01 01 0B 05 00 30 6F 31 0B ..H........0o1. 0040: 30 09 06 03 55 04 06 13 02 47 42 31 0F 30 0D 06 0...U....GB1.0.. 0050: 03 55 04 08 0C 06 4C 6F 6E 64 6F 6E 31 0F 30 0D .U....London1.0. 0060: 06 03 55 04 07 0C 06 4C 6F 6E 64 6F 6E 31 16 30 ..U....London1.0 0070: 14 06 03 55 04 0A 0C 0D 53 70 65 63 69 61 6C 20 ...U....some 0080: 53 74 75 66 66 31 0B 30 09 06 03 55 04 0B 0C 02 we1.0...U.... 0090: 49 54 31 19 30 17 06 03 55 04 03 0C 10 73 70 65 IT1.0...U....spe 00A0: 63 69 61 6C 73 74 75 66 66 2E 63 6F 6D 30 1E 17 cialwe.com0.. 00B0: 0D 32 30 30 36 31 35 31 32 31 31 34 33 5A 17 0D .200615121143Z.. 00C0: 33 30 30 36 31 33 31 32 31 31 34 33 5A 30 6F 31 300613121143Z0o1 00D0: 0B 30 09 06 03 55 04 06 13 02 47 42 31 0F 30 0D .0...U....GB1.0. 00E0: 06 03 55 04 08 0C 06 4C 6F 6E 64 6F 6E 31 0F 30 ..U....London1.0 00F0: 0D 06 03 55 04 07 0C 06 4C 6F 6E 64 6F 6E 31 16 ...U....London1. 0100: 30 14 06 03 55 04 0A 0C 0D 53 70 65 63 69 61 6C 0...U....some 0110: 20 53 74 75 66 66 31 0B 30 09 06 03 55 04 0B 0C we1.0...U... 0120: 02 49 54 31 19 30 17 06 03 55 04 03 0C 10 73 70 .IT1.0...U....sp 0130: 65 63 69 61 6C 73 74 75 66 66 2E 63 6F 6D 30 82 ecialwe.com0. 0140: 01 22 30 0D 06 09 2A 86 48 86 F7 0D 01 01 01 05 ."0....H....... 0150: 00 03 82 01 0F 00 30 82 01 0A 02 82 01 01 00 FC ......0......... 0160: CB 5A C2 81 03 A3 6A 36 97 67 FE 71 05 D1 9F F3 .Z....j6.g.q.... 0170: 49 90 B0 60 98 B5 C1 C0 11 ED 2D 81 9F 1E 0D E0 I..`......-..... 0180: 61 A5 F8 30 81 49 62 1A 6C 99 7F FC 6D 5C AE 0D a..0.Ib.l...m.. 0190: E8 12 0D BF D6 7A 3F 8A 83 4E 22 52 D8 BC BF A6 .....z?..N"R.... 01A0: AB 42 A2 1C 0D 4C F7 A2 2D 84 35 69 DC D4 1B 2D .B...L..-.5i...- 01B0: 6A A6 F5 81 9E 9F 29 06 FC 73 6F 2D 81 F1 40 81 j.....)..so-..@. 01C0: B5 EC F1 8C 08 BE 57 8B 2A B0 19 E7 F2 B6 4D 64 ......W......Md 01D0: B3 01 81 1F 4B 74 97 F9 CD 01 AF FF 6D FF 15 DC ....Kt......m... 01E0: C1 31 6B 87 E2 43 0E D6 70 6F F5 EE DD 97 17 18 .1k..C..po...... 01F0: 5A DC 10 70 07 E5 A5 A5 63 9F 42 10 5F F4 3D F9 Z..p....c.B..=. 0200: 81 6D C1 DF 79 C9 84 10 F3 F8 7B D9 53 22 19 D1 .m..y.......S".. 0210: BB 56 7A 3B CA E4 F7 9B E4 9E 57 E7 54 0E F9 D3 .Vz;......W.T... 0220: 43 0D 57 23 E5 06 35 F5 34 16 45 A3 4A 87 5F 5D C.W#..5.4.E.J.] 0230: 97 5F 79 B9 3F 40 F2 F8 1B 2A 3C 0B AB AC B8 A7 ._y.?@...<..... 0240: 18 33 44 21 71 B4 6F BA 16 30 E8 FE D1 45 4C A0 .3D!q.o..0...EL. 0250: 4E 85 C9 9C E0 92 4B 54 56 94 56 02 80 C2 61 02 N.....KTV.V...a. 0260: 03 01 00 01 A3 53 30 51 30 1D 06 03 55 1D 0E 04 .....S0Q0...U... 0270: 16 04 14 04 83 D9 E3 91 34 2C 41 FF D6 AB 2F ED ........4,A.../. 0280: 37 A1 D7 29 44 47 99 30 1F 06 03 55 1D 23 04 18 7..)DG.0...U.#.. 0290: 30 16 80 14 04 83 D9 E3 91 34 2C 41 FF D6 AB 2F 0........4,A.../ 02A0: ED 37 A1 D7 29 44 47 99 30 0F 06 03 55 1D 13 01 .7..)DG.0...U... 02B0: 01 FF 04 05 30 03 01 01 FF 30 0D 06 09 2A 86 48 ....0....0....H 02C0: 86 F7 0D 01 01 0B 05 00 03 82 01 01 00 9A CA EC ................ 02D0: 29 E9 2F 0A CE 58 52 6E 46 F8 35 A6 E2 F0 AA 91 )./..XRnF.5..... 02E0: 80 D3 13 DF 69 10 8E 06 82 B8 03 95 B4 42 CF 07 ....i........B.. 02F0: D8 BE 38 7C 19 D5 55 D1 08 AF 37 6A 92 FE 40 02 ..8...U...7j..@. 0300: 43 08 84 B0 EE 81 E7 7C 08 8D 61 F3 F9 D7 BF FC C.........a..... 0310: FE 54 F6 7D B8 EA 53 2C 23 4F 9B EA 85 6C 79 00 .T....S,#O...ly. 0320: F4 AE 79 52 24 3C A9 8D C0 EC B8 82 1D 89 92 C4 ..yR$<.......... 0330: 6C 9C CB C0 4D 92 A2 9E EC 8B AD A0 14 8C 59 E9 l...M.........Y. 0340: F2 4B 7C 02 A1 A0 63 C9 AB 0B A6 3D 1A 50 0E 1B .K....c....=.P.. 0350: C9 49 1F 33 3C 6F C8 43 D8 82 5C 47 F2 9E 9C 7A .I.3<o.C..\G...z 0360: 6E B8 8E 53 6F 65 99 BE 30 E8 58 DD CD 9F F4 F4 n..Soe..0.X..... 0370: EA 51 8F 70 14 A2 34 DD AE 56 B9 1D F3 6B 42 E9 .Q.p..4..V...kB. 0380: D3 20 19 43 F4 DE 04 2A B1 38 0A 40 AC 8C 1F 34 . .C...*.8.@...4 0390: 1A 49 A4 2C 11 42 98 68 FA A6 C9 52 86 D5 C5 A6 .I.,.B.h...R.... 03A0: CD A2 CA CA 99 23 24 F2 58 8A B7 01 E4 2C 45 FB .....#$.X....,E. 03B0: 8D 97 8F AB B2 DC 86 95 F9 35 1C AE BC E8 B8 5E .........5.....^ 03C0: F8 3F 16 23 82 91 89 31 E0 4E 44 E8 5E .?.#...1.ND.^ ForkJoinPool.commonPool-worker-1, READ: TLSv1.2 Handshake, length = 973 check handshake state: certificate[11] update handshake state: certificate[11] upcoming handshake states: server_key_exchange12 upcoming handshake states: certificate_request13 upcoming handshake states: server_hello_done[14] upcoming handshake states: client certificate11 upcoming handshake states: client_key_exchange[16] upcoming handshake states: certificate_verify15 upcoming handshake states: client change_cipher_spec[-1] upcoming handshake states: client finished[20] upcoming handshake states: server change_cipher_spec[-1] upcoming handshake states: server finished[20] *** Certificate chain chain [0] = [ [ Version: V3 Subject: CN=somewebsite.com, OU=IT, O=some website, L=London, ST=London, C=GB Signature Algorithm: SHA256withRSA, OID = 1.2.840.113549.1.1.11

Key: Sun RSA public key, 2048 bits params: null modulus: 31912330707791398226461683070336644203417410365591765833412379071638109456860187364968538747992582661535710303348606256338108542967485742734245004188489124948756449843501362417075365756088659650340467015764055294543693453659235234882271066522815454801481105333431668608222199861668667015767855688304038236130927733412996652719575848049644250471581574715372633286991738451628048877048878071414024024360098353681373035802836405277582720229628000685748257276749603611569477572113907767604472448726054521313438110662012193126513763420290921446059041363109929240572527273880567940667348266928624555561884569092845790610017 public exponent: 65537 Validity: [From: Mon Jun 15 13:11:43 BST 2020, To: Thu Jun 13 13:11:43 BST 2030] Issuer: CN=somewebsite.com, OU=IT, O=some website, L=London, ST=London, C=GB SerialNumber: [ 124482eb 7c3cdbfe c8ccf8e1 235c5d95 ba491d38]

Certificate Extensions: 3 [1]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 04 83 D9 E3 91 34 2C 41 FF D6 AB 2F ED 37 A1 D7 .....4,A.../.7.. 0010: 29 44 47 99 )DG. ] ]

[2]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[3]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 04 83 D9 E3 91 34 2C 41 FF D6 AB 2F ED 37 A1 D7 .....4,A.../.7.. 0010: 29 44 47 99 )DG. ] ]

] Algorithm: [SHA256withRSA] Signature: 0000: 9A CA EC 29 E9 2F 0A CE 58 52 6E 46 F8 35 A6 E2 ...)./..XRnF.5.. 0010: F0 AA 91 80 D3 13 DF 69 10 8E 06 82 B8 03 95 B4 .......i........ 0020: 42 CF 07 D8 BE 38 7C 19 D5 55 D1 08 AF 37 6A 92 B....8...U...7j. 0030: FE 40 02 43 08 84 B0 EE 81 E7 7C 08 8D 61 F3 F9 .@.C.........a.. 0040: D7 BF FC FE 54 F6 7D B8 EA 53 2C 23 4F 9B EA 85 ....T....S,#O... 0050: 6C 79 00 F4 AE 79 52 24 3C A9 8D C0 EC B8 82 1D ly...yR$<....... 0060: 89 92 C4 6C 9C CB C0 4D 92 A2 9E EC 8B AD A0 14 ...l...M........ 0070: 8C 59 E9 F2 4B 7C 02 A1 A0 63 C9 AB 0B A6 3D 1A .Y..K....c....=. 0080: 50 0E 1B C9 49 1F 33 3C 6F C8 43 D8 82 5C 47 F2 P...I.3<o.C..\G. 0090: 9E 9C 7A 6E B8 8E 53 6F 65 99 BE 30 E8 58 DD CD ..zn..Soe..0.X.. 00A0: 9F F4 F4 EA 51 8F 70 14 A2 34 DD AE 56 B9 1D F3 ....Q.p..4..V... 00B0: 6B 42 E9 D3 20 19 43 F4 DE 04 2A B1 38 0A 40 AC kB.. .C...*.8.@. 00C0: 8C 1F 34 1A 49 A4 2C 11 42 98 68 FA A6 C9 52 86 ..4.I.,.B.h...R. 00D0: D5 C5 A6 CD A2 CA CA 99 23 24 F2 58 8A B7 01 E4 ........#$.X.... 00E0: 2C 45 FB 8D 97 8F AB B2 DC 86 95 F9 35 1C AE BC ,E..........5... 00F0: E8 B8 5E F8 3F 16 23 82 91 89 31 E0 4E 44 E8 5E ..^.?.#...1.ND.^

]


Found trusted certificate: [ [ Version: V3 Subject: CN=somewebsite.com, OU=IT, O=some website, L=London, ST=London, C=GB Signature Algorithm: SHA256withRSA, OID = 1.2.840.113549.1.1.11

Key: Sun RSA public key, 2048 bits params: null modulus: 31912330707791398226461683070336644203417410365591765833412379071638109456860187364968538747992582661535710303348606256338108542967485742734245004188489124948756449843501362417075365756088659650340467015764055294543693453659235234882271066522815454801481105333431668608222199861668667015767855688304038236130927733412996652719575848049644250471581574715372633286991738451628048877048878071414024024360098353681373035802836405277582720229628000685748257276749603611569477572113907767604472448726054521313438110662012193126513763420290921446059041363109929240572527273880567940667348266928624555561884569092845790610017 public exponent: 65537 Validity: [From: Mon Jun 15 13:11:43 BST 2020, To: Thu Jun 13 13:11:43 BST 2030] Issuer: CN=somewebsite.com, OU=IT, O=some website, L=London, ST=London, C=GB SerialNumber: [ 124482eb 7c3cdbfe c8ccf8e1 235c5d95 ba491d38]

Certificate Extensions: 3 [1]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 04 83 D9 E3 91 34 2C 41 FF D6 AB 2F ED 37 A1 D7 .....4,A.../.7.. 0010: 29 44 47 99 )DG. ] ]

[2]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[3]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 04 83 D9 E3 91 34 2C 41 FF D6 AB 2F ED 37 A1 D7 .....4,A.../.7.. 0010: 29 44 47 99 )DG. ] ]

] Algorithm: [SHA256withRSA] Signature: 0000: 9A CA EC 29 E9 2F 0A CE 58 52 6E 46 F8 35 A6 E2 ...)./..XRnF.5.. 0010: F0 AA 91 80 D3 13 DF 69 10 8E 06 82 B8 03 95 B4 .......i........ 0020: 42 CF 07 D8 BE 38 7C 19 D5 55 D1 08 AF 37 6A 92 B....8...U...7j. 0030: FE 40 02 43 08 84 B0 EE 81 E7 7C 08 8D 61 F3 F9 .@.C.........a.. 0040: D7 BF FC FE 54 F6 7D B8 EA 53 2C 23 4F 9B EA 85 ....T....S,#O... 0050: 6C 79 00 F4 AE 79 52 24 3C A9 8D C0 EC B8 82 1D ly...yR$<....... 0060: 89 92 C4 6C 9C CB C0 4D 92 A2 9E EC 8B AD A0 14 ...l...M........ 0070: 8C 59 E9 F2 4B 7C 02 A1 A0 63 C9 AB 0B A6 3D 1A .Y..K....c....=. 0080: 50 0E 1B C9 49 1F 33 3C 6F C8 43 D8 82 5C 47 F2 P...I.3<o.C..\G. 0090: 9E 9C 7A 6E B8 8E 53 6F 65 99 BE 30 E8 58 DD CD ..zn..Soe..0.X.. 00A0: 9F F4 F4 EA 51 8F 70 14 A2 34 DD AE 56 B9 1D F3 ....Q.p..4..V... 00B0: 6B 42 E9 D3 20 19 43 F4 DE 04 2A B1 38 0A 40 AC kB.. .C...*.8.@. 00C0: 8C 1F 34 1A 49 A4 2C 11 42 98 68 FA A6 C9 52 86 ..4.I.,.B.h...R. 00D0: D5 C5 A6 CD A2 CA CA 99 23 24 F2 58 8A B7 01 E4 ........#$.X.... 00E0: 2C 45 FB 8D 97 8F AB B2 DC 86 95 F9 35 1C AE BC ,E..........5... 00F0: E8 B8 5E F8 3F 16 23 82 91 89 31 E0 4E 44 E8 5E ..^.?.#...1.ND.^

] [read] MD5 and SHA1 hashes: len = 973 0000: 0B 00 03 C9 00 03 C6 00 03 C3 30 82 03 BF 30 82 ..........0...0. 0010: 02 A7 A0 03 02 01 02 02 14 12 44 82 EB 7C 3C DB ..........D...<. 0020: FE C8 CC F8 E1 23 5C 5D 95 BA 49 1D 38 30 0D 06 .....#]..I.80.. 0030: 09 2A 86 48 86 F7 0D 01 01 0B 05 00 30 6F 31 0B ..H........0o1. 0040: 30 09 06 03 55 04 06 13 02 47 42 31 0F 30 0D 06 0...U....GB1.0.. 0050: 03 55 04 08 0C 06 4C 6F 6E 64 6F 6E 31 0F 30 0D .U....London1.0. 0060: 06 03 55 04 07 0C 06 4C 6F 6E 64 6F 6E 31 16 30 ..U....London1.0 0070: 14 06 03 55 04 0A 0C 0D 53 70 65 63 69 61 6C 20 ...U....some 0080: 53 74 75 66 66 31 0B 30 09 06 03 55 04 0B 0C 02 we1.0...U.... 0090: 49 54 31 19 30 17 06 03 55 04 03 0C 10 73 70 65 IT1.0...U....spe 00A0: 63 69 61 6C 73 74 75 66 66 2E 63 6F 6D 30 1E 17 cialwe.com0.. 00B0: 0D 32 30 30 36 31 35 31 32 31 31 34 33 5A 17 0D .200615121143Z.. 00C0: 33 30 30 36 31 33 31 32 31 31 34 33 5A 30 6F 31 300613121143Z0o1 00D0: 0B 30 09 06 03 55 04 06 13 02 47 42 31 0F 30 0D .0...U....GB1.0. 00E0: 06 03 55 04 08 0C 06 4C 6F 6E 64 6F 6E 31 0F 30 ..U....London1.0 00F0: 0D 06 03 55 04 07 0C 06 4C 6F 6E 64 6F 6E 31 16 ...U....London1. 0100: 30 14 06 03 55 04 0A 0C 0D 53 70 65 63 69 61 6C 0...U....some 0110: 20 53 74 75 66 66 31 0B 30 09 06 03 55 04 0B 0C we1.0...U... 0120: 02 49 54 31 19 30 17 06 03 55 04 03 0C 10 73 70 .IT1.0...U....sp 0130: 65 63 69 61 6C 73 74 75 66 66 2E 63 6F 6D 30 82 ecialwe.com0. 0140: 01 22 30 0D 06 09 2A 86 48 86 F7 0D 01 01 01 05 ."0....H....... 0150: 00 03 82 01 0F 00 30 82 01 0A 02 82 01 01 00 FC ......0......... 0160: CB 5A C2 81 03 A3 6A 36 97 67 FE 71 05 D1 9F F3 .Z....j6.g.q.... 0170: 49 90 B0 60 98 B5 C1 C0 11 ED 2D 81 9F 1E 0D E0 I........-..... 0180: 61 A5 F8 30 81 49 62 1A 6C 99 7F FC 6D 5C AE 0D a..0.Ib.l...m\.. 0190: E8 12 0D BF D6 7A 3F 8A 83 4E 22 52 D8 BC BF A6 .....z?..N"R.... 01A0: AB 42 A2 1C 0D 4C F7 A2 2D 84 35 69 DC D4 1B 2D .B...L..-.5i...- 01B0: 6A A6 F5 81 9E 9F 29 06 FC 73 6F 2D 81 F1 40 81 j.....)..so-..@. 01C0: B5 EC F1 8C 08 BE 57 8B 2A B0 19 E7 F2 B6 4D 64 ......W.*.....Md 01D0: B3 01 81 1F 4B 74 97 F9 CD 01 AF FF 6D FF 15 DC ....Kt......m... 01E0: C1 31 6B 87 E2 43 0E D6 70 6F F5 EE DD 97 17 18 .1k..C..po...... 01F0: 5A DC 10 70 07 E5 A5 A5 63 9F 42 10 5F F4 3D F9 Z..p....c.B._.=. 0200: 81 6D C1 DF 79 C9 84 10 F3 F8 7B D9 53 22 19 D1 .m..y.......S".. 0210: BB 56 7A 3B CA E4 F7 9B E4 9E 57 E7 54 0E F9 D3 .Vz;......W.T... 0220: 43 0D 57 23 E5 06 35 F5 34 16 45 A3 4A 87 5F 5D C.W#..5.4.E.J._] 0230: 97 5F 79 B9 3F 40 F2 F8 1B 2A 3C 0B AB AC B8 A7 ._y.?@...*<..... 0240: 18 33 44 21 71 B4 6F BA 16 30 E8 FE D1 45 4C A0 .3D!q.o..0...EL. 0250: 4E 85 C9 9C E0 92 4B 54 56 94 56 02 80 C2 61 02 N.....KTV.V...a. 0260: 03 01 00 01 A3 53 30 51 30 1D 06 03 55 1D 0E 04 .....S0Q0...U... 0270: 16 04 14 04 83 D9 E3 91 34 2C 41 FF D6 AB 2F ED ........4,A.../. 0280: 37 A1 D7 29 44 47 99 30 1F 06 03 55 1D 23 04 18 7..)DG.0...U.#.. 0290: 30 16 80 14 04 83 D9 E3 91 34 2C 41 FF D6 AB 2F 0........4,A.../ 02A0: ED 37 A1 D7 29 44 47 99 30 0F 06 03 55 1D 13 01 .7..)DG.0...U... 02B0: 01 FF 04 05 30 03 01 01 FF 30 0D 06 09 2A 86 48 ....0....0...*.H 02C0: 86 F7 0D 01 01 0B 05 00 03 82 01 01 00 9A CA EC ................ 02D0: 29 E9 2F 0A CE 58 52 6E 46 F8 35 A6 E2 F0 AA 91 )./..XRnF.5..... 02E0: 80 D3 13 DF 69 10 8E 06 82 B8 03 95 B4 42 CF 07 ....i........B.. 02F0: D8 BE 38 7C 19 D5 55 D1 08 AF 37 6A 92 FE 40 02 ..8...U...7j..@. 0300: 43 08 84 B0 EE 81 E7 7C 08 8D 61 F3 F9 D7 BF FC C.........a..... 0310: FE 54 F6 7D B8 EA 53 2C 23 4F 9B EA 85 6C 79 00 .T....S,#O...ly. 0320: F4 AE 79 52 24 3C A9 8D C0 EC B8 82 1D 89 92 C4 ..yR$<.......... 0330: 6C 9C CB C0 4D 92 A2 9E EC 8B AD A0 14 8C 59 E9 l...M.........Y. 0340: F2 4B 7C 02 A1 A0 63 C9 AB 0B A6 3D 1A 50 0E 1B .K....c....=.P.. 0350: C9 49 1F 33 3C 6F C8 43 D8 82 5C 47 F2 9E 9C 7A .I.3<o.C..\G...z 0360: 6E B8 8E 53 6F 65 99 BE 30 E8 58 DD CD 9F F4 F4 n..Soe..0.X..... 0370: EA 51 8F 70 14 A2 34 DD AE 56 B9 1D F3 6B 42 E9 .Q.p..4..V...kB. 0380: D3 20 19 43 F4 DE 04 2A B1 38 0A 40 AC 8C 1F 34 . .C...*.8.@...4 0390: 1A 49 A4 2C 11 42 98 68 FA A6 C9 52 86 D5 C5 A6 .I.,.B.h...R.... 03A0: CD A2 CA CA 99 23 24 F2 58 8A B7 01 E4 2C 45 FB .....#$.X....,E. 03B0: 8D 97 8F AB B2 DC 86 95 F9 35 1C AE BC E8 B8 5E .........5.....^ 03C0: F8 3F 16 23 82 91 89 31 E0 4E 44 E8 5E .?.#...1.ND.^ [Raw read]: length = 5 0000: 16 03 03 01 4D ....M [Raw read]: length = 333 0000: 0C 00 01 49 03 00 17 41 04 3A 83 BE EB AF 52 FE ...I...A.:....R. 0010: 77 F1 50 BC 0E 01 51 B0 A9 2B 13 F6 0A AB 9E 4D w.P...Q..+.....M 0020: 84 33 93 69 85 A3 27 ED E3 70 95 28 6C B9 D3 D1 .3.i..'..p.(l... 0030: 7D 2C E0 67 BB F1 32 FF F0 DC 0A 91 6D 1F 84 EC .,.g..2.....m... 0040: 76 8E DE DF 51 73 72 53 9E 04 01 01 00 91 1B 8B v...QsrS........ 0050: A5 35 DB 68 4B 60 78 10 0D 30 57 07 AF 86 CB 7D .5.hKx..0W..... 0060: 84 76 8D ED AF FC 73 DD 72 FC DF 59 9E CE 55 E1 .v....s.r..Y..U. 0070: 70 F8 1E 51 AF 02 D6 5F A4 82 F7 CA D8 3A E2 77 p..Q..._.....:.w 0080: 3F 7A EE 87 AF 0B DA C5 04 24 4C 12 09 DC AC 23 ?z.......$L....# 0090: A4 13 F4 23 5C 5A 65 03 F5 A5 31 A5 57 53 39 42 ...#\Ze...1.WS9B 00A0: 1B 1C EB D2 54 FA 80 CD D6 59 5B BB 1D 0B 6D A9 ....T....Y[...m. 00B0: 3F 4B CD 7B C4 D7 B0 31 F9 D3 7D 7C 30 CE 8A E7 ?K.....1....0... 00C0: 59 15 33 EF CA D6 F6 DC 6D 91 4C 7A ED D9 54 5C Y.3.....m.Lz..T\ 00D0: 00 B4 6C 36 8A 56 0D 86 BA F2 0D 57 9B E5 A4 1F ..l6.V.....W.... 00E0: 8F C0 24 D2 20 C9 1E A5 C6 A0 F3 BC 80 63 A3 DA ..$. ........c.. 00F0: 0D 80 9F 01 3C A9 93 38 7D D1 44 6B F6 20 A7 FF ....<..8..Dk. .. 0100: 86 77 F6 C7 C2 9B 43 9F 4C E1 A0 AB 12 EC 40 7C .w....C.L.....@. 0110: 4F C6 E4 5F 69 4E 96 3F 40 88 44 35 B8 DB 61 6D O..iN.?@.D5..am 0120: BD 5F AC 3E 00 6D 68 C3 03 31 24 3C 69 74 0E 0F ..>.mh..1$<it.. 0130: A8 64 2D 23 6B 5F FC F5 89 80 6C 15 52 8D D7 AF .d-#k_....l.R... 0140: D0 41 4D D5 C8 16 A7 45 87 91 A9 BD D4 .AM....E..... ForkJoinPool.commonPool-worker-1, READ: TLSv1.2 Handshake, length = 333 check handshake state: server_key_exchange[12] update handshake state: server_key_exchange[12] upcoming handshake states: certificate_request13 upcoming handshake states: server_hello_done[14] upcoming handshake states: client certificate11 upcoming handshake states: client_key_exchange[16] upcoming handshake states: certificate_verify15 upcoming handshake states: client change_cipher_spec[-1] upcoming handshake states: client finished[20] upcoming handshake states: server change_cipherspec[-1] upcoming handshake states: server finished[20] *** ECDH ServerKeyExchange Signature Algorithm SHA256withRSA Server key: Sun EC public key, 256 bits public x coord: 26466919869172568660926153947437936807653277965746169014422670828592322571747 public y coord: 50922578255075837397611923303219660150261955223464688730642099806904861741982 parameters: secp256r1 [NIST P-256, X9.62 prime256v1] (1.2.840.10045.3.1.7) [read] MD5 and SHA1 hashes: len = 333 0000: 0C 00 01 49 03 00 17 41 04 3A 83 BE EB AF 52 FE ...I...A.:....R. 0010: 77 F1 50 BC 0E 01 51 B0 A9 2B 13 F6 0A AB 9E 4D w.P...Q..+.....M 0020: 84 33 93 69 85 A3 27 ED E3 70 95 28 6C B9 D3 D1 .3.i..'..p.(l... 0030: 7D 2C E0 67 BB F1 32 FF F0 DC 0A 91 6D 1F 84 EC .,.g..2.....m... 0040: 76 8E DE DF 51 73 72 53 9E 04 01 01 00 91 1B 8B v...QsrS........ 0050: A5 35 DB 68 4B 60 78 10 0D 30 57 07 AF 86 CB 7D .5.hK`x..0W..... 0060: 84 76 8D ED AF FC 73 DD 72 FC DF 59 9E CE 55 E1 .v....s.r..Y..U. 0070: 70 F8 1E 51 AF 02 D6 5F A4 82 F7 CA D8 3A E2 77 p..Q........:.w 0080: 3F 7A EE 87 AF 0B DA C5 04 24 4C 12 09 DC AC 23 ?z.......$L....# 0090: A4 13 F4 23 5C 5A 65 03 F5 A5 31 A5 57 53 39 42 ...#\Ze...1.WS9B 00A0: 1B 1C EB D2 54 FA 80 CD D6 59 5B BB 1D 0B 6D A9 ....T....Y[...m. 00B0: 3F 4B CD 7B C4 D7 B0 31 F9 D3 7D 7C 30 CE 8A E7 ?K.....1....0... 00C0: 59 15 33 EF CA D6 F6 DC 6D 91 4C 7A ED D9 54 5C Y.3.....m.Lz..T\ 00D0: 00 B4 6C 36 8A 56 0D 86 BA F2 0D 57 9B E5 A4 1F ..l6.V.....W.... 00E0: 8F C0 24 D2 20 C9 1E A5 C6 A0 F3 BC 80 63 A3 DA ..$. ........c.. 00F0: 0D 80 9F 01 3C A9 93 38 7D D1 44 6B F6 20 A7 FF ....<..8..Dk. .. 0100: 86 77 F6 C7 C2 9B 43 9F 4C E1 A0 AB 12 EC 40 7C .w....C.L.....@. 0110: 4F C6 E4 5F 69 4E 96 3F 40 88 44 35 B8 DB 61 6D O..iN.?@.D5..am 0120: BD 5F AC 3E 00 6D 68 C3 03 31 24 3C 69 74 0E 0F ..>.mh..1$<it.. 0130: A8 64 2D 23 6B 5F FC F5 89 80 6C 15 52 8D D7 AF .d-#k_....l.R... 0140: D0 41 4D D5 C8 16 A7 45 87 91 A9 BD D4 .AM....E..... [Raw read]: length = 5 0000: 16 03 03 00 04 ..... [Raw read]: length = 4 0000: 0E 00 00 00 .... ForkJoinPool.commonPool-worker-1, READ: TLSv1.2 Handshake, length = 4 check handshake state: server_hello_done[14] update handshake state: server_hello_done[14] upcoming handshake states: client certificate11 upcoming handshake states: client_key_exchange[16] upcoming handshake states: certificate_verify15 upcoming handshake states: client change_cipher_spec[-1] upcoming handshake states: client finished[20] upcoming handshake states: server change_cipher_spec[-1] upcoming handshake states: server finished[20] ServerHelloDone [read] MD5 and SHA1 hashes: len = 4 0000: 0E 00 00 00 .... ECDHClientKeyExchange ECDH Public value: { 4, 56, 171, 48, 0, 158, 204, 59, 202, 146, 190, 82, 137, 195, 33, 137, 76, 30, 96, 111, 92, 151, 79, 214, 101, 208, 106, 154, 149, 199, 201, 143, 170, 187, 147, 104, 20, 96, 174, 61, 84, 136, 137, 43, 199, 169, 151, 188, 1, 253, 146, 10, 165, 162, 215, 174, 140, 58, 81, 213, 136, 197, 171, 229, 194 } update handshake state: client_key_exchange[16] upcoming handshake states: certificate_verify15 upcoming handshake states: client change_cipher_spec[-1] upcoming handshake states: client finished[20] upcoming handshake states: server change_cipher_spec[-1] upcoming handshake states: server finished[20] [write] MD5 and SHA1 hashes: len = 70 0000: 10 00 00 42 41 04 38 AB 30 00 9E CC 3B CA 92 BE ...BA.8.0...;... 0010: 52 89 C3 21 89 4C 1E 60 6F 5C 97 4F D6 65 D0 6A R..!.L.o\.O.e.j 0020: 9A 95 C7 C9 8F AA BB 93 68 14 60 AE 3D 54 88 89 ........h..=T.. 0030: 2B C7 A9 97 BC 01 FD 92 0A A5 A2 D7 AE 8C 3A 51 +.............:Q 0040: D5 88 C5 AB E5 C2 ...... ForkJoinPool.commonPool-worker-1, WRITE: TLSv1.2 Handshake, length = 70 [Raw write]: length = 75 0000: 16 03 03 00 46 10 00 00 42 41 04 38 AB 30 00 9E ....F...BA.8.0.. 0010: CC 3B CA 92 BE 52 89 C3 21 89 4C 1E 60 6F 5C 97 .;...R..!.L.o\. 0020: 4F D6 65 D0 6A 9A 95 C7 C9 8F AA BB 93 68 14 60 O.e.j........h. 0030: AE 3D 54 88 89 2B C7 A9 97 BC 01 FD 92 0A A5 A2 .=T..+.......... 0040: D7 AE 8C 3A 51 D5 88 C5 AB E5 C2 ...:Q...... SESSION KEYGEN: PreMaster Secret: 0000: 15 27 88 8F 62 C2 B8 FD C8 14 05 E9 6E 35 8F 4D .'..b.......n5.M 0010: C7 96 22 AB 11 6E 86 83 2C A7 F2 A8 4C 6B AD 62 .."..n..,...Lk.b CONNECTION KEYGEN: Client Nonce: 0000: 5E E7 78 0D C7 A6 6A F0 DC B0 E3 F1 3C 4A 98 3D ^.x...j.....<J.= 0010: E9 FA E8 91 37 D4 7F 52 FC F1 B6 A0 7B 57 49 CD ....7..R.....WI. Server Nonce: 0000: 9A 2B 40 58 EF 32 9D 72 DC 1E B4 CE 33 56 FA CE .+@X.2.r....3V.. 0010: 96 89 F2 A2 6F F6 AB 61 44 4F 57 4E 47 52 44 01 ....o..aDOWNGRD. Master Secret: 0000: 42 AA FF 66 05 AC 0C 0F 44 1E A6 65 CD 7E C7 09 B..f....D..e.... 0010: 74 30 1F F3 38 41 58 7C 9E FA 99 E3 F2 7A 50 8D t0..8AX......zP. 0020: 50 23 E9 1F D0 82 B2 62 D5 D1 F9 E8 EC 04 21 8F P#.....b......!. ... no MAC keys used for this cipher Client write key: 0000: CF 91 8C B6 F3 6F A7 0A CB 75 62 60 D8 86 B8 BC .....o...ub`.... 0010: 78 35 90 CB 67 53 10 3D 6C B5 2B C5 4B 83 C1 AB x5..gS.=l.+.K... Server write key: 0000: CF 94 D3 B5 19 E8 D3 A7 69 73 EB 92 15 40 22 21 ........is...@"! 0010: 12 9D 55 7F 26 86 C2 FD 9A A6 9A DA D3 40 C2 70 ..U.&........@.p Client write IV: 0000: C9 39 FC E9 .9.. Server write IV: 0000: C5 2C 7E 53 .,.S update handshake state: change_cipher_spec upcoming handshake states: client finished[20] upcoming handshake states: server change_cipher_spec[-1] upcoming handshake states: server finished[20] ForkJoinPool.commonPool-worker-1, WRITE: TLSv1.2 Change Cipher Spec, length = 1 [Raw write]: length = 6 0000: 14 03 03 00 01 01 ...... *** Finished verify_data: { 8, 35, 137, 210, 36, 169, 163, 152, 195, 63, 26, 63 }


update handshake state: finished[20] upcoming handshake states: server change_cipher_spec[-1] upcoming handshake states: server finished[20] [write] MD5 and SHA1 hashes: len = 16 0000: 14 00 00 0C 08 23 89 D2 24 A9 A3 98 C3 3F 1A 3F .....#..$....?.? Padded plaintext before ENCRYPTION: len = 16 0000: 14 00 00 0C 08 23 89 D2 24 A9 A3 98 C3 3F 1A 3F .....#..$....?.? ForkJoinPool.commonPool-worker-1, WRITE: TLSv1.2 Handshake, length = 40 [Raw write]: length = 45 0000: 16 03 03 00 28 00 00 00 00 00 00 00 00 B2 CB 57 ....(..........W 0010: 45 D2 15 C5 E4 B0 6B 0F 96 B7 CB 8A 89 B6 B7 BC E.....k......... 0020: DA 9A 0C D7 65 E5 1A F6 34 1C 8B A5 4E ....e...4...N [Raw read]: length = 5 0000: 14 03 03 00 01 ..... [Raw read]: length = 1 0000: 01 . ForkJoinPool.commonPool-worker-1, READ: TLSv1.2 Change Cipher Spec, length = 1 update handshake state: change_cipher_spec upcoming handshake states: server finished[20] [Raw read]: length = 5 0000: 16 03 03 00 28 ....( [Raw read]: length = 40 0000: 63 7A AF BE 7B 19 54 28 36 5E 23 16 BF 3C E2 17 cz....T(6^#..<.. 0010: 37 A4 81 EC 9E D0 9F 7E C4 77 43 C2 FD 87 95 F0 7........wC..... 0020: 81 80 6B 89 CC 1A 6D FB ..k...m. ForkJoinPool.commonPool-worker-1, READ: TLSv1.2 Handshake, length = 40 Padded plaintext after DECRYPTION: len = 16 0000: 14 00 00 0C 33 BC 08 B2 98 C2 9D 51 A7 04 1B 74 ....3......Q...t check handshake state: finished[20] update handshake state: finished[20] *** Finished verify_data: { 51, 188, 8, 178, 152, 194, 157, 81, 167, 4, 27, 116 }


%% Cached client session: [Session-2, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384] [read] MD5 and SHA1 hashes: len = 16 0000: 14 00 00 0C 33 BC 08 B2 98 C2 9D 51 A7 04 1B 74 ....3......Q...t Padded plaintext before ENCRYPTION: len = 124 0000: C3 BD C2 34 7B 22 70 72 6F 74 6F 63 6F 6C 5F 76 ...4."protocol_v 0010: 65 72 73 69 6F 6E 22 3A 30 2C 22 61 75 74 68 65 ersion":0,"authe 0020: 6E 74 69 63 61 74 69 6F 6E 5F 6D 65 74 68 6F 64 ntication_method 0030: 22 3A 22 53 43 52 41 4D 2D 53 48 41 2D 32 35 36 ":"SCRAM-SHA-256 0040: 22 2C 22 61 75 74 68 65 6E 74 69 63 61 74 69 6F ","authenticatio 0050: 6E 22 3A 22 6E 2C 2C 6E 3D 61 64 6D 69 6E 2C 72 n":"n,,n=admin,r 0060: 3D 62 75 6E 6B 4B 64 61 38 65 41 78 36 50 67 65 =bunkKda8eAx6Pge 0070: 71 39 41 33 4C 6B 2B 41 67 22 7D 00 q9A3Lk+Ag".. ForkJoinPool.commonPool-worker-1, WRITE: TLSv1.2 Application Data, length = 148 [Raw write]: length = 153 0000: 17 03 03 00 94 00 00 00 00 00 00 00 01 21 AE EF .............!.. 0010: 84 CC DA 78 C7 B4 C2 46 93 FE 6B 73 FC 95 5F 33 ...x...F..ks.._3 0020: F9 80 CB DE 47 37 79 E0 1A 74 6B D3 0A B4 FF 60 ....G7y..tk....` 0030: C9 26 74 9F 68 05 AA F2 A7 71 55 25 F8 63 74 C7 .&t.h....qU%.ct. 0040: 2F 24 35 2F 5C 08 B2 5B 70 72 44 07 E9 74 16 5C /$5/..[prD..t.\ 0050: B6 47 7F 2E 33 A4 D9 E6 4B BC BD 4B 52 A2 0C 05 .G..3...K..KR... 0060: 7F 6E EF 79 62 10 84 59 14 C6 8D 62 25 CD EF A9 .n.yb..Y...b%... 0070: 4C 50 ED 57 C1 00 40 74 E3 57 5C 19 32 4E 08 FD LP.W..@t.W.2N.. 0080: 86 70 30 1A 11 50 B5 18 57 BF BC C5 B4 7A E7 47 .p0..P..W....z.G 0090: C8 8E 56 62 E5 DF B7 98 1C ..Vb..... 14:31:04.827 [main] ERROR com.we.pool.RethinkConnectionPool - com.rethinkdb.gen.exc.ReqlDriverError: Read timed out. at com.rethinkdb.net.DefaultConnectionFactory$SocketWrapper.readCString(DefaultConnectionFactory.java:134) ~[rethinkdb-driver-2.4.3.jar:?] at com.rethinkdb.net.HandshakeProtocol.doHandshake(HandshakeProtocol.java:51) ~[rethinkdb-driver-2.4.3.jar:?] at com.rethinkdb.net.Connection.lambda$connectAsync$0(Connection.java:131) ~[rethinkdb-driver-2.4.3.jar:?] at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:616) ~[?:1.8.0_252] at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:591) ~[?:1.8.0_252] at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:488) ~[?:1.8.0_252] at java.util.concurrent.CompletableFuture$AsyncSupply.run$$$capture(CompletableFuture.java:1609) ~[?:1.8.0_252] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java) ~[?:1.8.0_252] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596) ~[?:1.8.0_252] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_252] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_252] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_252] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_252]