TLS Handshake
It happens in all HTTPS connections.
Certificate phase, chose cipher suite
- Client send hello, with supported cipher/version all other information
- Server send hello, with certificate, and done hello
- Premaster key done
Symetric key exchange using asymetric public key in certificate
- Computer installed many CA
- Client send we use client key
Now they are talking, with synmetric key
References: