*** ClientHello, TLSv1
|
RandomCookie: GMT: 1440083963 bytes = { 244, 193, 199, 91, 182, 201, 201, 35, 120, 100, 184, 51, 153, 203, 95, 67, 88, 107, 25, 72, 148, 113, 245, 120, 129, 120, 3, 164 }
|
Session ID: {}
|
Cipher Suites: [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_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_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
|
Compression Methods: { 0 }
|
Extension elliptic_curves, curve names: {secp256r1, sect163k1, sect163r2, secp192r1, secp224r1, sect233k1, sect233r1, sect283k1, sect283r1, secp384r1, sect409k1, sect409r1, secp521r1, sect571k1, sect571r1, secp160k1, secp160r1, secp160r2, sect163r1, secp192k1, sect193r1, sect193r2, secp224k1, sect239k1, secp256k1}
|
Extension ec_point_formats, formats: [uncompressed]
|
***
|
[write] MD5 and SHA1 hashes: len = 137
|
0000: 01 00 00 85 03 01 56 D6 F0 FB F4 C1 C7 5B B6 C9 ......V......[..
|
0010: C9 23 78 64 B8 33 99 CB 5F 43 58 6B 19 48 94 71 .#xd.3.._CXk.H.q
|
0020: F5 78 81 78 03 A4 00 00 1E C0 09 C0 13 00 2F C0 .x.x........../.
|
0030: 04 C0 0E 00 33 00 32 C0 08 C0 12 00 0A C0 03 C0 ....3.2.........
|
0040: 0D 00 16 00 13 00 FF 01 00 00 3E 00 0A 00 34 00 ..........>...4.
|
0050: 32 00 17 00 01 00 03 00 13 00 15 00 06 00 07 00 2...............
|
0060: 09 00 0A 00 18 00 0B 00 0C 00 19 00 0D 00 0E 00 ................
|
0070: 0F 00 10 00 11 00 02 00 12 00 04 00 05 00 14 00 ................
|
0080: 08 00 16 00 0B 00 02 01 00 .........
|
main, WRITE: TLSv1 Handshake, length = 137
|
[Raw write]: length = 142
|
0000: 16 03 01 00 89 01 00 00 85 03 01 56 D6 F0 FB F4 ...........V....
|
0010: C1 C7 5B B6 C9 C9 23 78 64 B8 33 99 CB 5F 43 58 ..[...#xd.3.._CX
|
0020: 6B 19 48 94 71 F5 78 81 78 03 A4 00 00 1E C0 09 k.H.q.x.x.......
|
0030: C0 13 00 2F C0 04 C0 0E 00 33 00 32 C0 08 C0 12 .../.....3.2....
|
0040: 00 0A C0 03 C0 0D 00 16 00 13 00 FF 01 00 00 3E ...............>
|
0050: 00 0A 00 34 00 32 00 17 00 01 00 03 00 13 00 15 ...4.2..........
|
0060: 00 06 00 07 00 09 00 0A 00 18 00 0B 00 0C 00 19 ................
|
0070: 00 0D 00 0E 00 0F 00 10 00 11 00 02 00 12 00 04 ................
|
0080: 00 05 00 14 00 08 00 16 00 0B 00 02 01 00 ..............
|
[Raw read]: length = 5
|
0000: 46 00 00 02 FF F....
|
main, handling exception: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
|
main, SEND TLSv1.2 ALERT: fatal, description = unexpected_message
|
main, WRITE: TLSv1.2 Alert, length = 2
|
main, Exception sending alert: java.net.SocketException: Broken pipe
|
main, called closeSocket()
|
java.sql.SQLNonTransientConnectionException: Could not connect to 192.168.99.100:14008: Unrecognized SSL message, plaintext connection?
|
at org.mariadb.jdbc.internal.util.ExceptionMapper.get(ExceptionMapper.java:123)
|
at org.mariadb.jdbc.internal.util.ExceptionMapper.throwException(ExceptionMapper.java:69)
|
at org.mariadb.jdbc.Driver.connect(Driver.java:110)
|
at java.sql.DriverManager.getConnection(DriverManager.java:664)
|
at java.sql.DriverManager.getConnection(DriverManager.java:247)
|
at Test.main(Test.java:15)
|
Caused by: org.mariadb.jdbc.internal.util.dao.QueryException: Could not connect to 192.168.99.100:14008: Unrecognized SSL message, plaintext connection?
|
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:439)
|
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connect(AbstractConnectProtocol.java:351)
|
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:664)
|
at org.mariadb.jdbc.internal.util.Utils.retrieveProxy(Utils.java:587)
|
at org.mariadb.jdbc.Driver.connect(Driver.java:105)
|
... 3 more
|
Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
|
at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710)
|
at sun.security.ssl.InputRecord.read(InputRecord.java:527)
|
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
|
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
|
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
|
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
|
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:417)
|