Feb 28 · 6 min read · When you open a website and see the 🔒 lock icon in your browser, you’re benefiting from SSL/TLS, one of the most important security technologies on the internet. But why does SSL exist? What problem
Join discussion
Feb 12 · 3 min read · So recently I started learning MLOps. So I thought why not start with getting familiarised with the Azure Cloud Platform. So for a long time I was interested to deploy an API service on my custom domain. Is it for any production grade service? No, ju...
Join discussion
Jan 23 · 5 min read · SSL Certificate Errors in WordPress are one of the most common reasons users see browser warnings and abandon a website instantly. These errors not only reduce user trust but also impact search engine rankings and overall site credibility. Fixing SSL...
Join discussion
Jan 18 · 43 min read · 1. Introduction - Why Security Matters The Problem of Secure Communication Every time you browse the internet, you're sending and receiving data across networks you don't control. Without proper security measures, this data travels as plain text—read...
Join discussionDec 30, 2025 · 3 min read · When building iOS apps that communicate with backend servers, security is critical.Even though HTTPS encrypts data, apps can still be vulnerable to Man-in-the-Middle (MITM) attacks if a malicious certificate is trusted. SSL Pinning solves this by ens...
Join discussion
Dec 27, 2025 · 18 min read · In the last post, we built the DNS scanner module and learned how to structure code that fetches data without printing it. Now we'll build the SSL scanner – the module that checks whether a domain's HTTPS certificate is valid, who issued it, and when...
Join discussionDec 24, 2025 · 9 min read · I was today years old when I learned that SSL is obsolete. For the longest time, I knew you needed an SSL certificate to make your website "secure." I understood the basic idea: data between your browser and server gets encrypted. But I never actuall...
Join discussion
Dec 20, 2025 · 4 min read · Renewing SSL certificates in Kubernetes can look simple on paper, but small mistakes (certificate order, secrets, ingress reloads) can cause confusion and delays. This article documents a real-world, end-to-end SSL renewal flow using NGINX Ingress, i...
Join discussionDec 20, 2025 · 5 min read · By the time applications reach production, HTTP is usually treated as a solved problem. Requests arrive.Responses are returned.Encryption is assumed to be a configuration detail. When IIS is introduced, that assumption quietly breaks. Many IIS produc...
Join discussion