SSL
HTTP HTTPS¶
HTTP (Hypertext Transfer Protocol) is a communication protocol used for data transfer on the World Wide Web. It is used for the transfer of text content, images, videos, hyperlinks, etc. The default port for HTTP is port 80.
HTTPTPS (Hypertext Transfer Protocol Secure) is a secure version of HTTP that uses SSL / TLS to encrypt communication between client and server. It uses port 443 by default. The main difference between HTTP and HTTPS is that HTTPS uses an additional security layer to encrypt the data, making it more secure for transfer.
➜ openssl s_client -connect example.com:443
.
-
identify certificate SSL of page
-
connect and verify vulnerabilities