Lesson 1 Why HTTPS
Learning Objectives
Introduction
In the beginning (1990's) HTTP Hyper text control protocol was used and in some cases is still used to send data between a web browser and a website
Get me the index page using version 1.1 of HTTP
Client SERVER
Client Request
GET / HTTP1:1
HOST: www.google.com/
Server Response
HTPP1:1 200 OK
Content-Type text/HTML
.....................
OTHER HTTP RESPONSES
404
Not Found
200
OK
301
Moved Redirect
403
Forbidden
REVIEW
Explain the Hyper Text Transfer Protocol - High level
Explain why we need HTTPS
Explain 3 Benefits of HTTPS over HTTP
HTTPS is referred as HTTP over TSL - ( Transport secure layer)
TSL is now the standard protocol. Before that Netscape had developed SSL. Why was this superseded by TSL
Google First Server Circa 1998
Plain Text
The data is transported in plain text from server to client or client to server this leaves it open to the following:
ISP Displaying/Injecting their adds on Apple web site
Sniffing Data
HTTPS
The key benefits
TLS Transport Layer Protocol superseded SSL . SSL was developed by NETSCAPE and was proprietary. TLS is an open protocol that was developed to avoid any legal issues with NETSCAPE
Visual Representation of Encryption