What is TLS?
Which TCP port is reserved for HTTP over TLS?
Port 443
TOR networks
Each node in the network knows the previous and next node along a connection but no other peers.
HTTPS
Hyper Text Transfer Protocol Secure
A extension of HTTP; port 80
HTTPS; port 443
X.509
Is a type of certificate for HTTPS, to authenticate the server (and sometimes the client).
As consequence authorities are necessary to verify the relation between the certificate and it’s owner.
(Certificate authorities can be a potential weak point, allowing for middle man attacks)