HTTPS = HTTP over TLS. TLS provides three things:
1. Encryption — eavesdroppers see ciphertext, not your data
2. Integrity — tampering is detectable
3. Authentication — you talked to the real example.com (via the
certificate signed by a CA you trust)
What does TLS NOT give you?
A) Confidentiality
B) Server identity verification
C) Tamper detection
D) Guarantee that the server is well-behaved with your data after it
has been receivedSign in to save your code and track progress across devices.