Which protocol secures website connections with public-key cryptography?. Looks for the well-known HTTPS transport layer protocol name.

The protocol is HTTPS (Hypertext Transfer Protocol Secure). It secures website connections using TLS, which relies on public-key cryptography for authentication and establishing encrypted sessions.

Would you also like to know how TLS secures an HTTPS connection?