<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SSL on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/ssl/</link><description>Recent content in SSL on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 12 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/ssl/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 11: Securing Web Traffic - HTTP, HTTPS &amp;amp; SSL/TLS</title><link>https://ai-blog.noorshomelab.dev/devops-journey-2026/securing-web-traffic-ssl-tls/</link><pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/devops-journey-2026/securing-web-traffic-ssl-tls/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, future DevOps guru! In our previous chapters, you&amp;rsquo;ve mastered the art of setting up robust web servers with Nginx and Apache, serving content to the world. But have you ever stopped to think about &lt;em&gt;how&lt;/em&gt; that information travels across the internet? Is it safe from prying eyes? Today, we&amp;rsquo;re diving deep into a topic that&amp;rsquo;s absolutely crucial for any modern web application: &lt;strong&gt;web traffic security&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This chapter will guide you through the essential concepts of HTTP, HTTPS, and the underlying SSL/TLS protocols. You&amp;rsquo;ll learn why securing your web traffic isn&amp;rsquo;t just a &amp;ldquo;nice-to-have&amp;rdquo; but a fundamental requirement for protecting user data and building trust. We&amp;rsquo;ll demystify encryption, certificates, and the magic that happens when you see that little padlock icon in your browser.&lt;/p&gt;</description></item><item><title>How HTTPS Works: Deep Dive into Internals</title><link>https://ai-blog.noorshomelab.dev/how-it-works/how-https-works-internally/</link><pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/how-it-works/how-https-works-internally/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the digital realm, securing communication between users and web services is paramount. Hypertext Transfer Protocol Secure (HTTPS) stands as the bedrock of secure web browsing, safeguarding sensitive data exchanged daily across the internet. It&amp;rsquo;s the &amp;ldquo;S&amp;rdquo; that transforms the familiar HTTP into a robust, encrypted, and authenticated channel.&lt;/p&gt;
&lt;p&gt;Understanding the internal workings of HTTPS is not merely an academic exercise; it&amp;rsquo;s a critical skill for developers, system administrators, and anyone invested in building and maintaining secure online experiences. As cyber threats evolve, a deep comprehension of the underlying security mechanisms allows for better design choices, more effective troubleshooting, and a stronger defense against malicious actors.&lt;/p&gt;</description></item><item><title>Localhost HTTPS with Custom SSL/TLS Certificates: A Comprehensive Guide</title><link>https://ai-blog.noorshomelab.dev/guides/localhost-https-custom-ssl-tls/</link><pubDate>Thu, 21 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/localhost-https-custom-ssl-tls/</guid><description>&lt;p&gt;Welcome to this comprehensive guide on Secure Sockets Layer (SSL) and Transport Layer Security (TLS), focusing on how to implement HTTPS on your local development environment using custom SSL certificates. This document is designed for absolute beginners, taking you from fundamental concepts to practical application, enabling you to secure your local web projects.&lt;/p&gt;
&lt;h2 id="1-introduction-to-ssltls-and-localhost-https"&gt;1. Introduction to SSL/TLS and Localhost HTTPS&lt;/h2&gt;
&lt;h3 id="what-is-ssltls"&gt;What is SSL/TLS?&lt;/h3&gt;
&lt;p&gt;SSL (Secure Sockets Layer) and its successor, TLS (Transport Layer Security), are cryptographic protocols designed to provide communication security over a computer network. In simpler terms, they ensure that data exchanged between a web server and a web browser (or any two communicating applications) remains private and integral. When you see &amp;ldquo;HTTPS&amp;rdquo; in your browser&amp;rsquo;s address bar, it signifies that the connection is secured by SSL/TLS.&lt;/p&gt;</description></item></channel></rss>