Https is refered to http over TLS. html
TLS is abbreviation of "transport layer security". It is desigined to protect transporting messge from being eavesdropped, tampered and pretended. It's made up by two parts, TLS handshake and TLS record.web
The transporting processspa
client connect to server by port 443server
Asymmetric cryptography (Public key cryptography) and symmetric cryptographyhtm
There are two kind of cryptography to use in TLS to encrypt message.blog
Asymmetric cryptography like RSA generate a paire of keys, public key to encrypt and private key to decrypt.ssl
Symetric ctyptography use the same key to encrypt and dectypt.it
CA io
an authority angent to published certificate which is used to transport publick key.tls
Types of cetificate
reference
http://www.ruanyifeng.com/blog/2014/02/ssl_tls.html