Daily Shaarli

All links of one day in a single page.

July 12, 2020

"TLS 1.3 Performance Analysis – Full Handshake", @wolfSSL

[…] there is one less round trip until Application Data can be sent in TLS 1.3 as compared to TLS 1.2. This significantly improves performance especially on high latency networks.

"TLS v1.3 performance compared to TLS v1.2", @chendo

However, I noticed that our max TLS version was 1.2 rather than the newer and faster 1.3, as 1.3 removes an extra RTT for a faster handshake. Turns out the version of nginx-ingress we were using was still using 1.2 only as default. A quick ConfigMap change later, and we were on 1.3.