-
Sub-task
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
For messages "Consuming ServerHello/ClientHello", "Produced ClientHello", can a unique value be appended to each handshake
so that we can pinpoint the handshake flow if difference clients/servers are in the logs.
Is there data in the JDK library to show where the ServerHello/ClientHello is coming from/going to ?
A security property can be considered to control publish of sensitive information.
e.g.
javax.net.ssl|FINE|69|Thread-32|2024-05-28 13:24:40.691 EDT|ServerHello.java:862|Consuming ServerHello handshake message from <myserver.com:1234> (..
javax.net.ssl|FINE|69|Thread-32|2024-05-28 13:24:40.607 EDT|ClientHello.java:556|Produced ClientHello handshake message for <myserver.com:1234> (..
so that we can pinpoint the handshake flow if difference clients/servers are in the logs.
Is there data in the JDK library to show where the ServerHello/ClientHello is coming from/going to ?
A security property can be considered to control publish of sensitive information.
e.g.
javax.net.ssl|FINE|69|Thread-32|2024-05-28 13:24:40.691 EDT|ServerHello.java:862|Consuming ServerHello handshake message from <myserver.com:1234> (..
javax.net.ssl|FINE|69|Thread-32|2024-05-28 13:24:40.607 EDT|ClientHello.java:556|Produced ClientHello handshake message for <myserver.com:1234> (..