What-happens-in-a-tls-handshake

I was going through TLS handshake explanation by Cloudflare, and found some incorrect statement.
I believe this has to be corrected by Cloudflare documentation team.
Let me know if my uderstanding is incorrect.

https://www.cloudflare.com/learning/ssl/what-happens-in-a-tls-handshake/

What happens during a TLS handshake?

Incorrect statement -

  • Authenticate the identity of the server via the server’s private key and the SSL certificate authority’s digital signature

Correction -
Authenticate the identity of the server via the server’s public key and the SSL certificate authority’s digital signature

2 Likes

Thank you, I’ll let the team know. Really appreciate the feedback.

This topic was automatically closed after 30 days. New replies are no longer allowed.