Hello,
I'm using org.apache.commons.ssl to make an SSL server in Java. I'm facing a strange problem : I send 500KB of data over the SSL stream, I receive 500KB of data on client side, but the transferred data over the TCP connection is 20 times bigger. What could be the cause ? A bad configuration of SSL parameters ?
I'm using a real trusted SSL certificate for my tests. I tried to sniff and decode the SSL stream with Wireshark but it didn't work, I wasn't able to see the decoded data. Or maybe the stream was encoded in more than one pass ? The TCP packets were 1525 bytes each. Nothing abnormal as I could see.
If somebody has an idea ... Thanks ! Olivier