Hi,
We are hitting following issue with openjdk11.
Issue description:
If there is socket read timeout exception, jdk11 is sending tls fatal alert
causing client to close the socket connection. This was not the behavior
with jdk8.
Below is the ssl debug logs with jdk11(complete log is available in the
attachment):
javax.net.ssl|ERROR|01|main|2020-01-31 11:59:34.843
IST|TransportContext.java:312|Fatal (UNEXPECTED_MESSAGE): Read timed out (
"throwable" : {
java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
at
java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
at
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
at
java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:165)
at
java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:108)
at
java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1151)
at
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1062)
at
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
at
java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:716)
at
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:799)
at
java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at
java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
at
java.base/java.io.InputStreamReader.read(InputStreamReader.java:185)
at java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
at
java.base/java.io.BufferedReader.readLine(BufferedReader.java:326)
at
java.base/java.io.BufferedReader.readLine(BufferedReader.java:392)
at SimpleClient.startClient(SimpleClient.java:29)
at SimpleClient.main(SimpleClient.java:36)}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 11:59:34.846
IST|SSLSocketOutputRecord.java:71|WRITE: TLS12 alert(unexpected_message),
length = 2
For reference I have attached sample client and server to repro the issue
and also ssl debug in the attachment.
Thanks,
Bharath
C:\jdk-11.0.6\bin\reproSSlIssue\reproSSlIssue>C:\jdk-11.0.6\bin\java.exe
-Djavax.net.debug=ALL SimpleClient
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:11.982
IST|SSLContextImpl.java:427|System property jdk.tls.client.cipherSuites is set
to 'null'
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.001
IST|SSLContextImpl.java:427|System property jdk.tls.server.cipherSuites is set
to 'null'
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.040
IST|SSLCipher.java:437|jdk.tls.keyLimits: entry = AES/GCM/NoPadding KeyUpdate
2^37. AES/GCM/NOPADDING:KEYUPDATE = 137438953472
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.059
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.059
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.060
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.060
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.061
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.061
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.061
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.062
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.062
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.062
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.063
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.063
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.063
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.063
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.064
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_DH_anon_WITH_AES_256_GCM_SHA384
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.064
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_DH_anon_WITH_AES_256_GCM_SHA384
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.065
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_DH_anon_WITH_AES_128_GCM_SHA256
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.065
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_DH_anon_WITH_AES_128_GCM_SHA256
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.065
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_DH_anon_WITH_AES_256_CBC_SHA256
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.066
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_DH_anon_WITH_AES_256_CBC_SHA256
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.066
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_anon_WITH_AES_256_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.067
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_anon_WITH_AES_256_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.068
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_DH_anon_WITH_AES_256_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.068
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_DH_anon_WITH_AES_256_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.068
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_DH_anon_WITH_AES_128_CBC_SHA256
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.068
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_DH_anon_WITH_AES_128_CBC_SHA256
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.068
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_anon_WITH_AES_128_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.073
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_anon_WITH_AES_128_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.073
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_DH_anon_WITH_AES_128_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.074
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_DH_anon_WITH_AES_128_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.074
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.074
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.074
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DH_anon_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.075
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DH_anon_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.075
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.075
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.077
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_RSA_WITH_RC4_128_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.078
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_RSA_WITH_RC4_128_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.078
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_WITH_RC4_128_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.079
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_RC4_128_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.080
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_ECDSA_WITH_RC4_128_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.080
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_ECDSA_WITH_RC4_128_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.081
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_RSA_WITH_RC4_128_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.081
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_RSA_WITH_RC4_128_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.086
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_WITH_RC4_128_MD5
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.093
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_RC4_128_MD5
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.095
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_anon_WITH_RC4_128_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.097
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_anon_WITH_RC4_128_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.098
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DH_anon_WITH_RC4_128_MD5
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.105
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DH_anon_WITH_RC4_128_MD5
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.109
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_WITH_DES_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.110
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_DES_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.118
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_RSA_WITH_DES_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.119
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_RSA_WITH_DES_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.121
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_DSS_WITH_DES_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.129
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_DSS_WITH_DES_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.131
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DH_anon_WITH_DES_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.131
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DH_anon_WITH_DES_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.138
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.141
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.142
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.149
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.150
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.153
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.154
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.162
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.163
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_EXPORT_WITH_RC4_40_MD5
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.164
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_EXPORT_WITH_RC4_40_MD5
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.171
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DH_anon_EXPORT_WITH_RC4_40_MD5
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.172
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DH_anon_EXPORT_WITH_RC4_40_MD5
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.176
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_RSA_WITH_NULL_SHA256
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.182
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_RSA_WITH_NULL_SHA256
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.183
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_ECDSA_WITH_NULL_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.183
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_ECDSA_WITH_NULL_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.186
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_RSA_WITH_NULL_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.187
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_RSA_WITH_NULL_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.195
IST|SSLContextImpl.java:401|Ignore disabled cipher suite: SSL_RSA_WITH_NULL_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.197
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_NULL_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.204
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_ECDSA_WITH_NULL_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.208
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_ECDSA_WITH_NULL_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.210
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_RSA_WITH_NULL_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.215
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_RSA_WITH_NULL_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.217
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_anon_WITH_NULL_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.219
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_anon_WITH_NULL_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.220
IST|SSLContextImpl.java:401|Ignore disabled cipher suite: SSL_RSA_WITH_NULL_MD5
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.228
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_NULL_MD5
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.234
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.235
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.238
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.238
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.239
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.240
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.249
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.250
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.251
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.252
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.255
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.262
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.264
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.265
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.277
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.278
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.279
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.286
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.289
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.296
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.297
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.300
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.300
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.309
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.311
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.311
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.318
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.319
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.324
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.328
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.331
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.331
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.339
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.342
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.343
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.349
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.350
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.353
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.361
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.364
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.370
IST|SSLContextImpl.java:401|Ignore disabled cipher suite:
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.371
IST|SSLContextImpl.java:410|Ignore unsupported cipher suite:
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.376
IST|TrustStoreManager.java:112|trustStore is: clientTrustStore.key
trustStore type is: pkcs12
trustStore provider is:
the last modified time is: Fri Jan 31 15:18:42 IST 2020
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.377
IST|TrustStoreManager.java:311|Reload the trust store
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.400
IST|TrustStoreManager.java:318|Reload trust certs
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.401
IST|TrustStoreManager.java:323|Reloaded 1 trust certs
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.409
IST|X509TrustManagerImpl.java:79|adding as trusted certificates (
"certificate" : {
"version" : "v3",
"serial number" : "23 54 3E 06",
"signature algorithm": "SHA256withDSA",
"issuer" : "CN=localhost, OU=localhost, O=localhost,
L=localhost, ST=localhost, C=in",
"not before" : "2020-01-31 24:22:29.000 IST",
"not after" : "2020-04-30 24:22:29.000 IST",
"subject" : "CN=localhost, OU=localhost, O=localhost,
L=localhost, ST=localhost, C=in",
"subject public key" : "DSA",
"extensions" : [
{
ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 01 7D 37 9D AD 53 AB 56 D6 AA A2 9D C7 A9 96 72
..7..S.V.......r
0010: AF 50 40 FE .P@.
]
]
}
]}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.411
IST|SSLContextImpl.java:1087|keyStore is :
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.417
IST|SSLContextImpl.java:1088|keyStore type is : pkcs12
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.418
IST|SSLContextImpl.java:1090|keyStore provider is :
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.418
IST|SSLContextImpl.java:1125|init keystore
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.420
IST|SSLContextImpl.java:1148|init keymanager of type SunX509
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.422
IST|SSLContextImpl.java:115|trigger seeding of SecureRandom
javax.net.ssl|ALL|01|main|2020-01-31 15:28:12.942
IST|SSLContextImpl.java:119|done seeding of SecureRandom
javax.net.ssl|WARNING|01|main|2020-01-31 15:28:12.987
IST|ServerNameExtension.java:261|Unable to indicate server name
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.988
IST|SSLExtensions.java:256|Ignore, context unavailable extension: server_name
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.990
IST|SupportedGroupsExtension.java:840|Ignore inactive or disabled named group:
secp256r1
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.991
IST|SupportedGroupsExtension.java:840|Ignore inactive or disabled named group:
secp384r1
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.997
IST|SupportedGroupsExtension.java:840|Ignore inactive or disabled named group:
secp521r1
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:12.998
IST|ECPointFormatsExtension.java:195|Need no ec_point_formats extension
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.000
IST|SSLExtensions.java:256|Ignore, context unavailable extension:
ec_point_formats
javax.net.ssl|WARNING|01|main|2020-01-31 15:28:13.014
IST|SignatureScheme.java:294|Signature algorithm, ed25519, is not supported by
the underlying providers
javax.net.ssl|WARNING|01|main|2020-01-31 15:28:13.015
IST|SignatureScheme.java:294|Signature algorithm, ed448, is not supported by
the underlying providers
javax.net.ssl|ALL|01|main|2020-01-31 15:28:13.019
IST|SignatureScheme.java:371|Ignore disabled signature scheme: rsa_md5
javax.net.ssl|INFO|01|main|2020-01-31 15:28:13.023
IST|AlpnExtension.java:161|No available application protocols
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.024
IST|SSLExtensions.java:256|Ignore, context unavailable extension:
application_layer_protocol_negotiation
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.034
IST|ClientHello.java:651|Produced ClientHello handshake message (
"ClientHello": {
"client version" : "TLSv1.2",
"random" : "05 BE BD A2 A3 18 C7 F1 7A D1 C6 08 44 95 A8 BA DA
7C DD 97 D6 FD 3D D3 23 F5 C7 02 2E 00 A9 A6",
"session id" : "",
"cipher suites" : "[TLS_DHE_DSS_WITH_AES_256_CBC_SHA256(0x006A)]",
"compression methods" : "00",
"extensions" : [
"status_request (5)": {
"certificate status type": ocsp
"OCSP status request": {
"responder_id": <empty>
"request extensions": {
<empty>
}
}
},
"supported_groups (10)": {
"versions": [ffdhe2048, ffdhe3072, ffdhe4096, ffdhe6144, ffdhe8192]
},
"signature_algorithms (13)": {
"signature schemes": [ecdsa_secp256r1_sha256, ecdsa_secp384r1_sha384,
ecdsa_secp521r1_sha512, rsa_pss_rsae_sha256, rsa_pss_rsae_sha384,
rsa_pss_rsae_sha512, rsa_pss_pss_sha256, rsa_pss_pss_sha384,
rsa_pss_pss_sha512, rsa_pkcs1_sha256, rsa_pkcs1_sha384, rsa_pkcs1_sha512,
dsa_sha256, ecdsa_sha1, rsa_pkcs1_sha1, dsa_sha1]
},
"signature_algorithms_cert (50)": {
"signature schemes": [ecdsa_secp256r1_sha256, ecdsa_secp384r1_sha384,
ecdsa_secp521r1_sha512, rsa_pss_rsae_sha256, rsa_pss_rsae_sha384,
rsa_pss_rsae_sha512, rsa_pss_pss_sha256, rsa_pss_pss_sha384,
rsa_pss_pss_sha512, rsa_pkcs1_sha256, rsa_pkcs1_sha384, rsa_pkcs1_sha512,
dsa_sha256, ecdsa_sha1, rsa_pkcs1_sha1, dsa_sha1]
},
"status_request_v2 (17)": {
"cert status request": {
"certificate status type": ocsp_multi
"OCSP status request": {
"responder_id": <empty>
"request extensions": {
<empty>
}
}
}
},
"extended_master_secret (23)": {
<empty>
},
"supported_versions (43)": {
"versions": [TLSv1.2]
},
"renegotiation_info (65,281)": {
"renegotiated connection": [<no renegotiated connection>]
}
]
}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.035
IST|SSLSocketOutputRecord.java:241|WRITE: TLS12 handshake, length = 177
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.043
IST|SSLSocketOutputRecord.java:255|Raw write (
0000: 16 03 03 00 B1 01 00 00 AD 03 03 05 BE BD A2 A3 ................
0010: 18 C7 F1 7A D1 C6 08 44 95 A8 BA DA 7C DD 97 D6 ...z...D........
0020: FD 3D D3 23 F5 C7 02 2E 00 A9 A6 00 00 02 00 6A .=.#...........j
0030: 01 00 00 82 00 05 00 05 01 00 00 00 00 00 0A 00 ................
0040: 0C 00 0A 01 00 01 01 01 02 01 03 01 04 00 0D 00 ................
0050: 22 00 20 04 03 05 03 06 03 08 04 08 05 08 06 08 ". .............
0060: 09 08 0A 08 0B 04 01 05 01 06 01 04 02 02 03 02 ................
0070: 01 02 02 00 32 00 22 00 20 04 03 05 03 06 03 08 ....2.". .......
0080: 04 08 05 08 06 08 09 08 0A 08 0B 04 01 05 01 06 ................
0090: 01 04 02 02 03 02 01 02 02 00 11 00 09 00 07 02 ................
00A0: 00 04 00 00 00 00 00 17 00 00 00 2B 00 03 02 03 ...........+....
00B0: 03 FF 01 00 01 00 ......
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.053
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 16 03 03 00 55 ....U
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.056
IST|SSLSocketInputRecord.java:213|READ: TLSv1.2 handshake, length = 85
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.058
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 02 00 00 51 03 03 A7 FB 54 69 53 5A 7D 5E FE 0D ...Q....TiSZ.^..
0010: 2D BE 15 75 32 31 EB 00 33 EF 14 77 AE 98 AE B7 -..u21..3..w....
0020: 26 9E F8 5F 2C AA 20 E9 15 23 DE 1A 22 C0 4A 31 &.._,. ..#..".J1
0030: 69 2B DC 6D 59 5C 94 56 54 FE 8E 01 BC 55 71 3C i+.mY\.VT....Uq<
0040: 18 E7 3E 95 66 A8 BA 00 6A 00 00 09 00 17 00 00 ..>.f...j.......
0050: FF 01 00 01 00 .....
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.058
IST|SSLSocketInputRecord.java:249|READ: TLSv1.2 handshake, length = 85
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.065
IST|ServerHello.java:884|Consuming ServerHello handshake message (
"ServerHello": {
"server version" : "TLSv1.2",
"random" : "A7 FB 54 69 53 5A 7D 5E FE 0D 2D BE 15 75 32 31 EB
00 33 EF 14 77 AE 98 AE B7 26 9E F8 5F 2C AA",
"session id" : "E9 15 23 DE 1A 22 C0 4A 31 69 2B DC 6D 59 5C 94 56
54 FE 8E 01 BC 55 71 3C 18 E7 3E 95 66 A8 BA",
"cipher suite" : "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256(0x006A)",
"compression methods" : "00",
"extensions" : [
"extended_master_secret (23)": {
<empty>
},
"renegotiation_info (65,281)": {
"renegotiated connection": [<no renegotiated connection>]
}
]
}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.065
IST|SSLExtensions.java:169|Ignore unavailable extension: supported_versions
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.067
IST|ServerHello.java:980|Negotiated protocol version: TLSv1.2
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.068
IST|SSLExtensions.java:188|Consumed extension: renegotiation_info
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.068
IST|SSLExtensions.java:169|Ignore unavailable extension: server_name
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.069
IST|SSLExtensions.java:169|Ignore unavailable extension: max_fragment_length
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.070
IST|SSLExtensions.java:169|Ignore unavailable extension: status_request
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.070
IST|SSLExtensions.java:169|Ignore unavailable extension: ec_point_formats
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.071
IST|SSLExtensions.java:169|Ignore unavailable extension: status_request_v2
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.073
IST|SSLExtensions.java:188|Consumed extension: extended_master_secret
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.077
IST|SSLExtensions.java:188|Consumed extension: renegotiation_info
javax.net.ssl|ALL|01|main|2020-01-31 15:28:13.078
IST|SSLSessionImpl.java:216|Session initialized:
Session(1580464693078|TLS_DHE_DSS_WITH_AES_256_CBC_SHA256)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.080
IST|SSLExtensions.java:203|Ignore unavailable extension: server_name
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.080
IST|SSLExtensions.java:203|Ignore unavailable extension: max_fragment_length
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.081
IST|SSLExtensions.java:203|Ignore unavailable extension: status_request
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.081
IST|SSLExtensions.java:203|Ignore unavailable extension: ec_point_formats
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.082
IST|SSLExtensions.java:203|Ignore unavailable extension:
application_layer_protocol_negotiation
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.084
IST|SSLExtensions.java:203|Ignore unavailable extension: status_request_v2
javax.net.ssl|WARNING|01|main|2020-01-31 15:28:13.084
IST|SSLExtensions.java:211|Ignore impact of unsupported extension:
extended_master_secret
javax.net.ssl|WARNING|01|main|2020-01-31 15:28:13.085
IST|SSLExtensions.java:211|Ignore impact of unsupported extension:
renegotiation_info
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.088
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 16 03 03 04 EB .....
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.093
IST|SSLSocketInputRecord.java:213|READ: TLSv1.2 handshake, length = 1259
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.098
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 0B 00 04 E7 00 04 E4 00 04 E1 30 82 04 DD 30 82 ..........0...0.
0010: 04 89 A0 03 02 01 02 02 04 23 54 3E 06 30 0D 06 .........#T>.0..
0020: 09 60 86 48 01 65 03 04 03 02 05 00 30 71 31 0B .`.H.e......0q1.
0030: 30 09 06 03 55 04 06 13 02 69 6E 31 12 30 10 06 0...U....in1.0..
0040: 03 55 04 08 13 09 6C 6F 63 61 6C 68 6F 73 74 31 .U....localhost1
0050: 12 30 10 06 03 55 04 07 13 09 6C 6F 63 61 6C 68 .0...U....localh
0060: 6F 73 74 31 12 30 10 06 03 55 04 0A 13 09 6C 6F ost1.0...U....lo
0070: 63 61 6C 68 6F 73 74 31 12 30 10 06 03 55 04 0B calhost1.0...U..
0080: 13 09 6C 6F 63 61 6C 68 6F 73 74 31 12 30 10 06 ..localhost1.0..
0090: 03 55 04 03 13 09 6C 6F 63 61 6C 68 6F 73 74 30 .U....localhost0
00A0: 1E 17 0D 32 30 30 31 33 30 31 38 35 32 32 39 5A ...200130185229Z
00B0: 17 0D 32 30 30 34 32 39 31 38 35 32 32 39 5A 30 ..200429185229Z0
00C0: 71 31 0B 30 09 06 03 55 04 06 13 02 69 6E 31 12 q1.0...U....in1.
00D0: 30 10 06 03 55 04 08 13 09 6C 6F 63 61 6C 68 6F 0...U....localho
00E0: 73 74 31 12 30 10 06 03 55 04 07 13 09 6C 6F 63 st1.0...U....loc
00F0: 61 6C 68 6F 73 74 31 12 30 10 06 03 55 04 0A 13 alhost1.0...U...
0100: 09 6C 6F 63 61 6C 68 6F 73 74 31 12 30 10 06 03 .localhost1.0...
0110: 55 04 0B 13 09 6C 6F 63 61 6C 68 6F 73 74 31 12 U....localhost1.
0120: 30 10 06 03 55 04 03 13 09 6C 6F 63 61 6C 68 6F 0...U....localho
0130: 73 74 30 82 03 42 30 82 02 35 06 07 2A 86 48 CE st0..B0..5..*.H.
0140: 38 04 01 30 82 02 28 02 82 01 01 00 8F 79 35 D9 8..0..(......y5.
0150: B9 AA E9 BF AB ED 88 7A CF 49 51 B6 F3 2E C5 9E .......z.IQ.....
0160: 3B AF 37 18 E8 EA C4 96 1F 3E FD 36 06 E7 43 51 ;.7......>.6..CQ
0170: A9 C4 18 33 39 B8 09 E7 C2 AE 1C 53 9B A7 47 5B ...39......S..G[
0180: 85 D0 11 AD B8 B4 79 87 75 49 84 69 5C AC 0E 8F ......y.uI.i\...
0190: 14 B3 36 08 28 A2 2F FA 27 11 0A 3D 62 A9 93 45 ..6.(./.'..=b..E
01A0: 34 09 A0 FE 69 6C 46 58 F8 4B DD 20 81 9C 37 09 4...ilFX.K. ..7.
01B0: A0 10 57 B1 95 AD CD 00 23 3D BA 54 84 B6 29 1F ..W.....#=.T..).
01C0: 9D 64 8E F8 83 44 86 77 97 9C EC 04 B4 34 A6 AC .d...D.w.....4..
01D0: 2E 75 E9 98 5D E2 3D B0 29 2F C1 11 8C 9F FA 9D .u..].=.)/......
01E0: 81 81 E7 33 8D B7 92 B7 30 D7 B9 E3 49 59 2F 68 ...3....0...IY/h
01F0: 09 98 72 15 39 15 EA 3D 6B 8B 46 53 C6 33 45 8F ..r.9..=k.FS.3E.
0200: 80 3B 32 A4 C2 E0 F2 72 90 25 6E 4E 3F 8A 3B 08 .;2....r.%nN?.;.
0210: 38 A1 C4 50 E4 E1 8C 1A 29 A3 7D DF 5E A1 43 DE 8..P....)...^.C.
0220: 4B 66 FF 04 90 3E D5 CF 16 23 E1 58 D4 87 C6 08 Kf...>...#.X....
0230: E9 7F 21 1C D8 1D CA 23 CB 6E 38 07 65 F8 22 E3 ..!....#.n8.e.".
0240: 42 BE 48 4C 05 76 39 39 60 1C D6 67 02 1D 00 BA B.HL.v99`..g....
0250: F6 96 A6 85 78 F7 DF DE E7 FA 67 C9 77 C7 85 EF ....x.....g.w...
0260: 32 B2 33 BA E5 80 C0 BC D5 69 5D 02 82 01 00 16 2.3......i].....
0270: A6 5C 58 20 48 50 70 4E 75 02 A3 97 57 04 0D 34 .\X HPpNu...W..4
0280: DA 3A 34 78 C1 54 D4 E4 A5 C0 2D 24 2E E0 4F 96 .:4x.T....-$..O.
0290: E6 1E 4B D0 90 4A BD AC 8F 37 EE B1 E0 9F 31 82 ..K..J...7....1.
02A0: D2 3C 90 43 CB 64 2F 88 00 41 60 ED F9 CA 09 B3 .<.C.d/..A`.....
02B0: 20 76 A7 9C 32 A6 27 F2 47 3E 91 87 9B A2 C4 E7 v..2.'.G>......
02C0: 44 BD 20 81 54 4C B5 5B 80 2C 36 8D 1F A8 3E D4 D. .TL.[.,6...>.
02D0: 89 E9 4E 0F A0 68 8E 32 42 8A 5C 78 C4 78 C6 8D ..N..h.2B.\x.x..
02E0: 05 27 B7 1C 9A 3A BB 0B 0B E1 2C 44 68 96 39 E7 .'...:....,Dh.9.
02F0: D3 CE 74 DB 10 1A 65 AA 2B 87 F6 4C 68 26 DB 3E ..t...e.+..Lh&.>
0300: C7 2F 4B 55 99 83 4B B4 ED B0 2F 7C 90 E9 A4 96 ./KU..K.../.....
0310: D3 A5 5D 53 5B EB FC 45 D4 F6 19 F6 3F 3D ED BB ..]S[..E....?=..
0320: 87 39 25 C2 F2 24 E0 77 31 29 6D A8 87 EC 1E 47 .9%..$.w1)m....G
0330: 48 F8 7E FB 5F DE B7 54 84 31 6B 22 32 DE E5 53 H..._..T.1k"2..S
0340: DD AF 02 11 2B 0D 1F 02 DA 30 97 32 24 FE 27 AE ....+....0.2$.'.
0350: DA 8B 9D 4B 29 22 D9 BA 8B E3 9E D9 E1 03 A6 3C ...K)".........<
0360: 52 81 0B C6 88 B7 E2 ED 43 16 E1 EF 17 DB DE 03 R.......C.......
0370: 82 01 05 00 02 82 01 00 55 CB D5 CA 16 6F FC DB ........U....o..
0380: 84 1F DB AA A2 F2 21 DA F4 E1 05 B3 41 90 9A 15 ......!.....A...
0390: 0E EC 76 4C E5 77 D2 6E EF 4D D5 63 84 91 87 56 ..vL.w.n.M.c...V
03A0: 2D 44 3F E7 1B B0 62 0A F0 92 27 24 5D 9F D1 21 -D?...b...'$]..!
03B0: DF A8 6D BD BD AD 56 60 B1 29 3C 29 B3 17 8D 79 ..m...V`.)<)...y
03C0: 27 DC 58 CF F9 C4 1C 62 50 98 0E 16 06 03 B3 B2 '.X....bP.......
03D0: AC 26 0C 2F 08 B1 A0 BE 8E 1B 8B 72 EF DF 47 F7 .&./.......r..G.
03E0: 8A F6 03 E8 99 94 1F 63 A4 F5 22 C3 00 91 C8 69 .......c.."....i
03F0: 52 37 29 99 A0 FE D4 77 AE 1E C3 C6 C6 7B 5B 3B R7)....w......[;
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.101
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 6E 42 0F 35 0A 67 4F E6 7F 39 74 1B 7B F5 76 03 nB.5.gO..9t...v.
0010: A5 2C 5C 2F 1B 34 2A E8 A7 73 D7 D2 C9 3E DB 6C .,\/.4*..s...>.l
0020: AB 03 CD 28 DB 11 2C 13 40 D1 AD 1D AB D2 0B 38 ...(..,[email protected]
0030: 44 8E BA 54 C6 64 88 E9 9F 90 91 B8 1C FF DE 4D D..T.d.........M
0040: 33 55 0C A6 4F B4 B3 8B 0B 75 FF 06 D5 B2 9A 3C 3U..O....u.....<
0050: 9B A6 84 C7 63 BF AA 46 B4 21 61 9D 80 D9 C9 F1 ....c..F.!a.....
0060: CA E0 13 E9 51 4F F1 55 FE FF 9B 0D 78 D0 D6 A8 ....QO.U....x...
0070: C2 A1 42 35 10 96 5C 64 A3 21 30 1F 30 1D 06 03 ..B5..\d.!0.0...
0080: 55 1D 0E 04 16 04 14 01 7D 37 9D AD 53 AB 56 D6 U........7..S.V.
0090: AA A2 9D C7 A9 96 72 AF 50 40 FE 30 0D 06 09 60 [email protected]...`
00A0: 86 48 01 65 03 04 03 02 05 00 03 3F 00 30 3C 02 .H.e.......?.0<.
00B0: 1C 01 E7 2D 06 24 55 19 30 40 BD A4 5B 6D 1C DE ...-.$U.0@..[m..
00C0: 7B E4 91 CF A8 FF A9 28 E4 1B EF 3B 9A 02 1C 56 .......(...;...V
00D0: A2 6D 76 69 89 8E 0B 9E 75 E3 E9 25 AC 33 5C 34 .mvi....u..%.3\4
00E0: AA 75 1C 9A F9 56 74 98 12 D9 D4 .u...Vt....
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.109
IST|SSLSocketInputRecord.java:249|READ: TLSv1.2 handshake, length = 1259
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.110
IST|CertificateMessage.java:358|Consuming server Certificate handshake message (
"Certificates": [
"certificate" : {
"version" : "v3",
"serial number" : "23 54 3E 06",
"signature algorithm": "SHA256withDSA",
"issuer" : "CN=localhost, OU=localhost, O=localhost,
L=localhost, ST=localhost, C=in",
"not before" : "2020-01-31 24:22:29.000 IST",
"not after" : "2020-04-30 24:22:29.000 IST",
"subject" : "CN=localhost, OU=localhost, O=localhost,
L=localhost, ST=localhost, C=in",
"subject public key" : "DSA",
"extensions" : [
{
ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 01 7D 37 9D AD 53 AB 56 D6 AA A2 9D C7 A9 96 72
..7..S.V.......r
0010: AF 50 40 FE .P@.
]
]
}
]}
]
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.194
IST|X509TrustManagerImpl.java:238|Found trusted certificate (
"certificate" : {
"version" : "v3",
"serial number" : "23 54 3E 06",
"signature algorithm": "SHA256withDSA",
"issuer" : "CN=localhost, OU=localhost, O=localhost,
L=localhost, ST=localhost, C=in",
"not before" : "2020-01-31 24:22:29.000 IST",
"not after" : "2020-04-30 24:22:29.000 IST",
"subject" : "CN=localhost, OU=localhost, O=localhost,
L=localhost, ST=localhost, C=in",
"subject public key" : "DSA",
"extensions" : [
{
ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 01 7D 37 9D AD 53 AB 56 D6 AA A2 9D C7 A9 96 72
..7..S.V.......r
0010: AF 50 40 FE .P@.
]
]
}
]}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.195
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 16 03 03 02 4F ....O
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.198
IST|SSLSocketInputRecord.java:213|READ: TLSv1.2 handshake, length = 591
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.202
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 0C 00 02 4B 01 00 FF FF FF FF FF FF FF FF AD F8 ...K............
0010: 54 58 A2 BB 4A 9A AF DC 56 20 27 3D 3C F1 D8 B9 TX..J...V '=<...
0020: C5 83 CE 2D 36 95 A9 E1 36 41 14 64 33 FB CC 93 ...-6...6A.d3...
0030: 9D CE 24 9B 3E F9 7D 2F E3 63 63 0C 75 D8 F6 81 ..$.>../.cc.u...
0040: B2 02 AE C4 61 7A D3 DF 1E D5 D5 FD 65 61 24 33 ....az......ea$3
0050: F5 1F 5F 06 6E D0 85 63 65 55 3D ED 1A F3 B5 57 .._.n..ceU=....W
0060: 13 5E 7F 57 C9 35 98 4F 0C 70 E0 E6 8B 77 E2 A6 .^.W.5.O.p...w..
0070: 89 DA F3 EF E8 72 1D F1 58 A1 36 AD E7 35 30 AC .....r..X.6..50.
0080: CA 4F 48 3A 79 7A BC 0A B1 82 B3 24 FB 61 D1 08 .OH:yz.....$.a..
0090: A9 4B B2 C8 E3 FB B9 6A DA B7 60 D7 F4 68 1D 4F .K.....j..`..h.O
00A0: 42 A3 DE 39 4D F4 AE 56 ED E7 63 72 BB 19 0B 07 B..9M..V..cr....
00B0: A7 C8 EE 0A 6D 70 9E 02 FC E1 CD F7 E2 EC C0 34 ....mp.........4
00C0: 04 CD 28 34 2F 61 91 72 FE 9C E9 85 83 FF 8E 4F ..(4/a.r.......O
00D0: 12 32 EE F2 81 83 C3 FE 3B 1B 4C 6F AD 73 3B B5 .2......;.Lo.s;.
00E0: FC BC 2E C2 20 05 C5 8E F1 83 7D 16 83 B2 C6 F3 .... ...........
00F0: 4A 26 C1 B2 EF FA 88 6B 42 38 61 28 5C 97 FF FF J&.....kB8a(\...
0100: FF FF FF FF FF FF 00 01 02 01 00 01 56 AB 76 1C ............V.v.
0110: 0C AB 63 A0 18 83 71 BF 10 52 F2 74 18 1C 3C FC ..c...q..R.t..<.
0120: 93 68 F3 20 98 78 3F D8 79 B0 D2 2E 4B 57 33 84 .h. .x?.y...KW3.
0130: 76 05 19 47 EC BE 51 82 EC 37 12 96 D5 72 23 2B v..G..Q..7...r#+
0140: EE D7 66 BF 9B BD 1F B5 27 E8 D5 63 B7 84 15 3B ..f.....'..c...;
0150: C8 B6 93 D9 A0 52 44 37 91 2C 46 5D 31 47 5A B3 .....RD7.,F]1GZ.
0160: C2 4A 90 B2 52 1D 13 E8 EA 9A 2F 5B E8 41 C2 2C .J..R...../[.A.,
0170: D0 88 77 4D 81 75 1D 03 7E 7A 04 C1 F7 57 61 E0 ..wM.u...z...Wa.
0180: 31 39 76 DC 1C 3D F4 3E 16 88 EB B4 D2 21 45 64 19v..=.>.....!Ed
0190: 87 74 50 3D 67 27 78 C4 0C 5D CD 33 8B 48 78 06 .tP=g'x..].3.Hx.
01A0: 21 84 47 62 ED 59 DD 40 F9 CC 42 DF 14 97 4B 7A [email protected]
01B0: B1 4B B1 4E 0F B5 63 51 F0 0D 01 8D AC DA 4A 97 .K.N..cQ......J.
01C0: 17 02 1A 7F 95 C4 65 5C 65 B7 17 D4 EC EB 99 6E ......e\e......n
01D0: 3C 45 B2 1C 14 85 4F 89 14 06 18 DB 56 3C 36 5C <E....O.....V<6\
01E0: A0 F1 21 97 2F 70 D6 92 6A 5F 33 49 F8 A0 7D 51 ..!./p..j_3I...Q
01F0: AC BE 71 26 CE 1D 50 40 E5 EC AD 43 89 0B A1 A0 ..q&[email protected]....
0200: 0A B9 67 E3 E6 41 62 6D 72 3D 6A 04 02 00 40 30 ..g..Abmr=j...@0
0210: 3E 02 1D 00 AC 12 3F B1 E5 C5 C6 51 AB 96 11 06 >.....?....Q....
0220: B9 AC C9 03 39 A8 4D E5 4D 80 13 35 6D 84 49 C1 ....9.M.M..5m.I.
0230: 02 1D 00 97 13 E9 EF 20 D4 6F EC DB 15 BC AF 67 ....... .o.....g
0240: 16 9A 6B 67 EE 61 40 60 85 B9 8F 05 53 F3 A2 ..kg.a@`....S..
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.206
IST|SSLSocketInputRecord.java:249|READ: TLSv1.2 handshake, length = 591
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.240
IST|DHServerKeyExchange.java:521|Consuming DH ServerKeyExchange handshake
message (
"DH ServerKeyExchange": {
"parameters": {
"dh_p": {
0000: FF FF FF FF FF FF FF FF AD F8 54 58 A2 BB 4A 9A ..........TX..J.
0010: AF DC 56 20 27 3D 3C F1 D8 B9 C5 83 CE 2D 36 95 ..V '=<......-6.
0020: A9 E1 36 41 14 64 33 FB CC 93 9D CE 24 9B 3E F9 ..6A.d3.....$.>.
0030: 7D 2F E3 63 63 0C 75 D8 F6 81 B2 02 AE C4 61 7A ./.cc.u.......az
0040: D3 DF 1E D5 D5 FD 65 61 24 33 F5 1F 5F 06 6E D0 ......ea$3.._.n.
0050: 85 63 65 55 3D ED 1A F3 B5 57 13 5E 7F 57 C9 35 .ceU=....W.^.W.5
0060: 98 4F 0C 70 E0 E6 8B 77 E2 A6 89 DA F3 EF E8 72 .O.p...w.......r
0070: 1D F1 58 A1 36 AD E7 35 30 AC CA 4F 48 3A 79 7A ..X.6..50..OH:yz
0080: BC 0A B1 82 B3 24 FB 61 D1 08 A9 4B B2 C8 E3 FB .....$.a...K....
0090: B9 6A DA B7 60 D7 F4 68 1D 4F 42 A3 DE 39 4D F4 .j..`..h.OB..9M.
00A0: AE 56 ED E7 63 72 BB 19 0B 07 A7 C8 EE 0A 6D 70 .V..cr........mp
00B0: 9E 02 FC E1 CD F7 E2 EC C0 34 04 CD 28 34 2F 61 .........4..(4/a
00C0: 91 72 FE 9C E9 85 83 FF 8E 4F 12 32 EE F2 81 83 .r.......O.2....
00D0: C3 FE 3B 1B 4C 6F AD 73 3B B5 FC BC 2E C2 20 05 ..;.Lo.s;..... .
00E0: C5 8E F1 83 7D 16 83 B2 C6 F3 4A 26 C1 B2 EF FA ..........J&....
00F0: 88 6B 42 38 61 28 5C 97 FF FF FF FF FF FF FF FF .kB8a(\.........
},
"dh_g": {
0000: 02 .
},
"dh_Ys": {
0000: 01 56 AB 76 1C 0C AB 63 A0 18 83 71 BF 10 52 F2 .V.v...c...q..R.
0010: 74 18 1C 3C FC 93 68 F3 20 98 78 3F D8 79 B0 D2 t..<..h. .x?.y..
0020: 2E 4B 57 33 84 76 05 19 47 EC BE 51 82 EC 37 12 .KW3.v..G..Q..7.
0030: 96 D5 72 23 2B EE D7 66 BF 9B BD 1F B5 27 E8 D5 ..r#+..f.....'..
0040: 63 B7 84 15 3B C8 B6 93 D9 A0 52 44 37 91 2C 46 c...;.....RD7.,F
0050: 5D 31 47 5A B3 C2 4A 90 B2 52 1D 13 E8 EA 9A 2F ]1GZ..J..R...../
0060: 5B E8 41 C2 2C D0 88 77 4D 81 75 1D 03 7E 7A 04 [.A.,..wM.u...z.
0070: C1 F7 57 61 E0 31 39 76 DC 1C 3D F4 3E 16 88 EB ..Wa.19v..=.>...
0080: B4 D2 21 45 64 87 74 50 3D 67 27 78 C4 0C 5D CD ..!Ed.tP=g'x..].
0090: 33 8B 48 78 06 21 84 47 62 ED 59 DD 40 F9 CC 42 [email protected]
00A0: DF 14 97 4B 7A B1 4B B1 4E 0F B5 63 51 F0 0D 01 ...Kz.K.N..cQ...
00B0: 8D AC DA 4A 97 17 02 1A 7F 95 C4 65 5C 65 B7 17 ...J.......e\e..
00C0: D4 EC EB 99 6E 3C 45 B2 1C 14 85 4F 89 14 06 18 ....n<E....O....
00D0: DB 56 3C 36 5C A0 F1 21 97 2F 70 D6 92 6A 5F 33 .V<6\..!./p..j_3
00E0: 49 F8 A0 7D 51 AC BE 71 26 CE 1D 50 40 E5 EC AD I...Q..q&..P@...
00F0: 43 89 0B A1 A0 0A B9 67 E3 E6 41 62 6D 72 3D 6A C......g..Abmr=j
},
},
"digital signature": {
"signature algorithm": "dsa_sha256"
"signature": {
0000: 30 3E 02 1D 00 AC 12 3F B1 E5 C5 C6 51 AB 96 11 0>.....?....Q...
0010: 06 B9 AC C9 03 39 A8 4D E5 4D 80 13 35 6D 84 49 .....9.M.M..5m.I
0020: C1 02 1D 00 97 13 E9 EF 20 D4 6F EC DB 15 BC AF ........ .o.....
0030: 67 16 9A 6B 67 EE 61 40 60 85 B9 8F 05 53 F3 A2 g..kg.a@`....S..
},
}
}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.243
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 16 03 03 00 04 .....
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.248
IST|SSLSocketInputRecord.java:213|READ: TLSv1.2 handshake, length = 4
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.251
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 0E 00 00 00 ....
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.252
IST|SSLSocketInputRecord.java:249|READ: TLSv1.2 handshake, length = 4
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.253
IST|ServerHelloDone.java:151|Consuming ServerHelloDone handshake message (
<empty>
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.281
IST|DHClientKeyExchange.java:191|Produced DH ClientKeyExchange handshake
message (
"DH ClientKeyExchange": {
"parameters": {
"dh_Yc": {
0000: 64 02 62 CC 28 B2 B8 29 A3 0A 0A 45 67 01 95 FD d.b.(..)...Eg...
0010: 73 5D CC 24 F9 D0 E8 E4 86 FE F9 EA FB 2D C5 10 s].$.........-..
0020: 35 9A FD F8 F8 66 C4 0F E6 D6 57 2E 0B 89 2D 25 5....f....W...-%
0030: D3 1D 64 5D A0 00 36 28 23 C5 6E 71 05 33 F0 A3 ..d]..6(#.nq.3..
0040: 46 65 C9 AE 30 35 0D E2 ED 38 31 0D 63 41 CF 44 Fe..05...81.cA.D
0050: DD FE C4 98 F0 1D 2C 30 07 03 22 6B DB 16 72 42 ......,0.."k..rB
0060: FE 6C EA 54 72 63 8A 25 4D 64 C1 5E 4B 36 32 02 .l.Trc.%Md.^K62.
0070: EF FB 98 FF D4 2A 61 87 37 0C 66 79 B6 08 DC CA .....*a.7.fy....
0080: 38 62 0A A2 A6 D6 24 9F CA F3 71 09 8C 05 AE 95 8b....$...q.....
0090: 44 8E 19 63 FF 9A 69 E8 5F 0C AE 20 D0 12 A4 F2 D..c..i._.. ....
00A0: 71 DE 19 45 46 F5 35 1B FF CF F9 8A 65 FB A6 F9 q..EF.5.....e...
00B0: 5F 2B 52 C4 F5 91 5F BC 18 24 53 5E 7B C9 23 C2 _+R..._..$S^..#.
00C0: 46 8F 34 5C EE 36 AE 54 94 BC 80 B7 FE 8F 0B 76 F.4\.6.T.......v
00D0: 6E 3B 6F 8A A0 B8 F3 1D 83 E9 80 A2 8D 43 41 9D n;o..........CA.
00E0: DB E7 5C BD F3 E3 EE 78 E0 84 F0 87 D4 81 62 EF ..\....x......b.
00F0: AE F5 0F CC 5A 49 97 F9 D3 FC 7F 1B A9 A3 19 39 ....ZI.........9
},
}
}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.281
IST|SSLSocketOutputRecord.java:241|WRITE: TLS12 handshake, length = 262
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.289
IST|SSLSocketOutputRecord.java:255|Raw write (
0000: 16 03 03 01 06 10 00 01 02 01 00 64 02 62 CC 28 ...........d.b.(
0010: B2 B8 29 A3 0A 0A 45 67 01 95 FD 73 5D CC 24 F9 ..)...Eg...s].$.
0020: D0 E8 E4 86 FE F9 EA FB 2D C5 10 35 9A FD F8 F8 ........-..5....
0030: 66 C4 0F E6 D6 57 2E 0B 89 2D 25 D3 1D 64 5D A0 f....W...-%..d].
0040: 00 36 28 23 C5 6E 71 05 33 F0 A3 46 65 C9 AE 30 .6(#.nq.3..Fe..0
0050: 35 0D E2 ED 38 31 0D 63 41 CF 44 DD FE C4 98 F0 5...81.cA.D.....
0060: 1D 2C 30 07 03 22 6B DB 16 72 42 FE 6C EA 54 72 .,0.."k..rB.l.Tr
0070: 63 8A 25 4D 64 C1 5E 4B 36 32 02 EF FB 98 FF D4 c.%Md.^K62......
0080: 2A 61 87 37 0C 66 79 B6 08 DC CA 38 62 0A A2 A6 *a.7.fy....8b...
0090: D6 24 9F CA F3 71 09 8C 05 AE 95 44 8E 19 63 FF .$...q.....D..c.
00A0: 9A 69 E8 5F 0C AE 20 D0 12 A4 F2 71 DE 19 45 46 .i._.. ....q..EF
00B0: F5 35 1B FF CF F9 8A 65 FB A6 F9 5F 2B 52 C4 F5 .5.....e..._+R..
00C0: 91 5F BC 18 24 53 5E 7B C9 23 C2 46 8F 34 5C EE ._..$S^..#.F.4\.
00D0: 36 AE 54 94 BC 80 B7 FE 8F 0B 76 6E 3B 6F 8A A0 6.T.......vn;o..
00E0: B8 F3 1D 83 E9 80 A2 8D 43 41 9D DB E7 5C BD F3 ........CA...\..
00F0: E3 EE 78 E0 84 F0 87 D4 81 62 EF AE F5 0F CC 5A ..x......b.....Z
0100: 49 97 F9 D3 FC 7F 1B A9 A3 19 39 I.........9
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.331
IST|ChangeCipherSpec.java:117|Produced ChangeCipherSpec message
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.345
IST|SSLSocketOutputRecord.java:225|Raw write (
0000: 14 03 03 00 01 01 ......
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.347
IST|Finished.java:399|Produced client Finished handshake message (
"Finished": {
"verify data": {
0000: 71 2D 36 D8 A5 C6 88 08 1C 4E A1 33
}'}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.347
IST|SSLSocketOutputRecord.java:241|WRITE: TLS12 handshake, length = 32
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.348
IST|SSLCipher.java:1467|Padded plaintext before ENCRYPTION (
0000: 8E 1E F6 BE EA 50 7D 2A FA BC EF 42 C8 57 F5 50 .....P.*...B.W.P
0010: 14 00 00 0C 71 2D 36 D8 A5 C6 88 08 1C 4E A1 33 ....q-6......N.3
0020: 81 FF 17 88 7D B0 D8 51 A7 AD C3 92 A1 BC 5F 20 .......Q......_
0030: 17 B9 51 CF E9 03 B2 A8 BC 2A 78 65 FA E4 6F 30 ..Q......*xe..o0
0040: 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F ................
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.355
IST|SSLSocketOutputRecord.java:255|Raw write (
0000: 16 03 03 00 50 9B D6 44 65 AE EA 87 DF 68 79 6F ....P..De....hyo
0010: 9A 8E AD 04 61 C0 84 2C EB 36 F0 56 50 0A 3A 65 ....a..,.6.VP.:e
0020: 8C 45 47 2B F8 A2 68 53 F3 55 B0 C9 34 BA B5 80 .EG+..hS.U..4...
0030: 3B FC 36 9F DD E9 BD 7E 13 A0 53 84 EB A7 36 D7 ;.6.......S...6.
0040: 39 E7 96 BB A6 EB E3 7D BA 10 4C CF 60 4D FD FD 9.........L.`M..
0050: A2 3D 0C 76 15 .=.v.
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.359
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 14 03 03 00 01 .....
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.360
IST|SSLSocketInputRecord.java:213|READ: TLSv1.2 change_cipher_spec, length = 1
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.360
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 01 .
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.361
IST|SSLSocketInputRecord.java:249|READ: TLSv1.2 change_cipher_spec, length = 1
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.361
IST|ChangeCipherSpec.java:151|Consuming ChangeCipherSpec message
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.363
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 16 03 03 00 50 ....P
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.364
IST|SSLSocketInputRecord.java:213|READ: TLSv1.2 handshake, length = 80
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.364
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 47 DD CA F4 D2 50 EB E5 B2 77 29 73 33 8D F8 47 G....P...w)s3..G
0010: E4 E7 77 1F 84 B4 1C 7D 1F C3 11 94 BD A4 E8 D3 ..w.............
0020: 69 07 AC 57 B7 8F 44 73 77 CC 92 3B E2 05 3A 5D i..W..Dsw..;..:]
0030: 4A B5 C8 01 CA 9F A0 62 9C D0 A7 89 B8 9D A9 D6 J......b........
0040: 5C E4 D1 1C 41 B6 D4 60 C1 72 E6 1A 04 BB DD C9 \...A..`.r......
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.366
IST|SSLSocketInputRecord.java:249|READ: TLSv1.2 handshake, length = 80
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.368
IST|SSLCipher.java:1313|Padded plaintext after DECRYPTION (
0000: 2F 06 FA D4 45 E9 BA EF 52 F7 C6 9E 12 01 AB 7E /...E...R.......
0010: 14 00 00 0C E7 4D 51 81 9C 36 94 7C 57 5F 2F 48 .....MQ..6..W_/H
0020: E8 00 A5 73 1E E0 38 AC BF 67 58 3C EA FA 1E 98 ...s..8..gX<....
0030: DF C5 1D 73 CF 8C F4 6D 9B 07 86 6D 5B 66 99 58 ...s...m...m[f.X
0040: 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F 0F ................
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.375
IST|Finished.java:536|Consuming server Finished handshake message (
"Finished": {
"verify data": {
0000: E7 4D 51 81 9C 36 94 7C 57 5F 2F 48
}'}
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.377
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 17 03 03 00 40 ....@
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.377
IST|SSLSocketInputRecord.java:213|READ: TLSv1.2 application_data, length = 64
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.390
IST|SSLSocketInputRecord.java:458|Raw read (
0000: 02 37 1B 4C F3 0A 2C D6 0E 15 22 16 87 94 9C 2C .7.L..,..."....,
0010: 1C CE D5 BE C0 F3 B5 D0 44 81 0E B3 33 72 26 05 ........D...3r&.
0020: EE 77 72 7A C2 66 10 C9 2A 56 2E 9A A8 33 D5 33 .wrz.f..*V...3.3
0030: 32 51 F4 FB 7D CE 1F E3 E3 92 05 57 65 87 CF 37 2Q.........We..7
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.391
IST|SSLSocketInputRecord.java:249|READ: TLSv1.2 application_data, length = 64
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.392
IST|SSLCipher.java:1313|Padded plaintext after DECRYPTION (
0000: 59 85 DD C4 BC 97 73 1F 77 93 FB 5E 9E CA 9D A9 Y.....s.w..^....
0010: 48 65 6C 6C 6F 20 57 6F 72 6C 64 21 0D 0A F9 58 Hello World!...X
0020: 0F 80 13 1D 49 9F 8B 03 68 C3 6A CE 2E 5D 3E D0 ....I...h.j..]>.
0030: 41 F7 C4 53 FD 72 41 AE A7 18 86 50 92 D4 01 01 A..S.rA....P....
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.393
IST|SSLSocketImpl.java:473|duplex close of SSLSocket
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.397
IST|SSLSocketOutputRecord.java:71|WRITE: TLS12 alert(close_notify), length = 18
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.401
IST|SSLCipher.java:1467|Padded plaintext before ENCRYPTION (
0000: A0 09 8D 76 52 2F 80 A9 D5 50 E2 23 02 51 0F 54 ...vR/...P.#.Q.T
0010: 01 00 42 58 F9 1D 8C A7 32 5C 79 53 99 1E 7E F4 ..BX....2\yS....
0020: 88 18 AE 8D C0 70 33 95 5B E1 7F 88 9D DA FE 4B .....p3.[......K
0030: 2B 22 0D 0D 0D 0D 0D 0D 0D 0D 0D 0D 0D 0D 0D 0D +"..............
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.403
IST|SSLSocketOutputRecord.java:85|Raw write (
0000: 15 03 03 00 40 49 02 BD 75 65 14 73 A8 A1 96 EC [email protected]....
0010: 57 80 8D BA CF DC 5C 07 7F 34 55 EF AD 8A 8D FA W.....\..4U.....
0020: 1E 53 AE 67 FA FF 23 73 52 5D AE 4C 4F 16 2B 0D .S.g..#sR].LO.+.
0030: 9C 6F 05 E5 B3 13 C1 7B 78 B2 6D AD D3 A1 B8 A8 .o......x.m.....
0040: 67 D8 0D 9D 61 g...a
)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.408
IST|SSLSocketImpl.java:1360|close the underlying socket
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.409
IST|SSLSocketImpl.java:1379|close the SSL connection (initiative)
javax.net.ssl|DEBUG|01|main|2020-01-31 15:28:13.415
IST|SSLSocketImpl.java:636|close inbound of SSLSocket
javax.net.ssl|WARNING|01|main|2020-01-31 15:28:13.421
IST|SSLSocketImpl.java:494|SSLSocket duplex close failed (
"throwable" : {
java.net.SocketException: Socket is closed
at java.base/java.net.Socket.shutdownInput(Socket.java:1538)
at
java.base/sun.security.ssl.BaseSSLSocketImpl.shutdownInput(BaseSSLSocketImpl.java:216)
at
java.base/sun.security.ssl.SSLSocketImpl.shutdownInput(SSLSocketImpl.java:651)
at
java.base/sun.security.ssl.SSLSocketImpl.bruteForceCloseInput(SSLSocketImpl.java:606)
at
java.base/sun.security.ssl.SSLSocketImpl.duplexCloseOutput(SSLSocketImpl.java:566)
at
java.base/sun.security.ssl.SSLSocketImpl.close(SSLSocketImpl.java:479)
at SimpleClient.startClient(SimpleClient.java:30)
at SimpleClient.main(SimpleClient.java:36)}
)
Hello World!
<<attachment: reproSSlIssue.zip>>
