From 2cdfed1f83c061b8e879e6729db8c94c29f3fe04 Mon Sep 17 00:00:00 2001 From: andran777 <86196800+andran777@users.noreply.github.com> Date: Sat, 13 Aug 2022 17:31:26 +0530 Subject: [PATCH] Add HTTPs content --- .../content/103-networking-protocols/103-https.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/103-networking-protocols/103-https.md b/content/roadmaps/102-devops/content/103-networking-protocols/103-https.md index cd7ede8bd..8692753d6 100644 --- a/content/roadmaps/102-devops/content/103-networking-protocols/103-https.md +++ b/content/roadmaps/102-devops/content/103-networking-protocols/103-https.md @@ -1 +1,10 @@ -# Https \ No newline at end of file +# HTTPS + +HTTPS (**H**ypertext **T**ransfer **P**rotocol **S**ecure) is the secure version of HTTP, which is the primary protocol used to send data between a web browser and a website. + +`HTTPS = HTTP + SSL/TLS` + +Free Content +What is HTTPS? +Why HTTPS Matters +Enabling HTTPS on Your Servers \ No newline at end of file