How can you log the raw messages/handshakes in CIO client engine? You can use javax.net.debug=all with the Java 11 client. I found a bug in the CIO engine regarding mTLS but I can't analyze the raw messages.
a
Aleksei Tirman [JB]
08/19/2024, 2:29 PM
Unfortunately, you can inspect the raw messages/handshakes only by debugging methods of the
ktor-network-tls
module.
h
hfhbd
08/19/2024, 2:30 PM
This is a little bit annoying due the asynchronous handling as well as server/connection timeouts.