TLS1.2 slowness
We switched over to TLS 1.2 btween two of our integrations and things started to become too slow. We investigated various issues like slow algorithem etc but it turned out to be that new TLS 1.2 add some headers where the length is more then the default length allowed by the network TCP-MSS.
This caused packets to be dropped fixing this value improved the network performance.
Wire shark was use to investigate the TCP dump from both ends.