How can you log the raw messages/handshakes in CIO...
# ktor
h
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
Unfortunately, you can inspect the raw messages/handshakes only by debugging methods of the
ktor-network-tls
module.
h
This is a little bit annoying due the asynchronous handling as well as server/connection timeouts.