SRSAI RAMinsairam0000.hashnode.dev·3d ago · 12 min readHow I Traced One Browser Request from Keystroke to Rendered Page(www.google.com)I Just Wanted to Know Why www.google.com Loads So Fast I was sitting at my desk one evening, typed www.google.com, and the page was fully loaded before I could finish thinking the thought. Under 200 m00
DPDhawal Pandyaindhawalpandya01.hashnode.dev·Jun 5 · 7 min readHow to go from http to https."Trust, but verify." Russian proverb The problem TLS was built to solve is simple and terrifying. The internet is a public network. When your browser makes a request to your bank, that request travel00
RCRahul Chaduvulainsoftwareconcepts.hashnode.dev·Jun 1 · 6 min readUnderstanding TLS as a Backend EngineerAfter learning about HTTP, TCP, and encryption, the next topic I wanted to understand was TLS. I use HTTPS every day. I call HTTPS APIs. I deploy backend services behind HTTPS. But until recently, I c20
OIObinna Iheanachoindev-acho.hashnode.dev·May 30 · 14 min readFrom NGINX Ingress to Gateway API: How I Modernised My Homelab Kubernetes ClusterIf you've been following this series, you know I've been building a production-grade Kubernetes homelab on three Raspberry Pi 4s. In the previous posts, I covered the hardware setup, OS installation, 00
ASAndreas Schommerinaschommer.hashnode.dev·May 30 · 2 min readMake Python Trust Your Corp Proxy Using SessionsMy current employer uses a transparent proxy to filter web traffic. This type of proxy intercepts HTTPS requests and forwards them to the target server, allowing for content inspection and filtering o00
ETErvis Trupjaindotnethow.hashnode.dev·May 25 · 15 min readCustom Domains for Your SaaS with Caddy On-Demand TLS and ASP.NET CoreOriginally published on dotnethow.net If you build SaaS for long enough, somebody will ask for custom domains. Their your.customdomain.com should hit your platform and serve their content, and they wa00
Wwrinwrvault.hashnode.dev·May 22 · 3 min readI Was Tired of Managing JWT Keys and TLS Certs by Hand. So I Built a Tool.Managing JWT signing keys and TLS certificates is one of those problems that seems solved until it isn't. Every team I've worked on has the same story. Certificates get generated once, dropped into a 00
QPQuang Phaninquangphan.hashnode.dev·May 14 · 4 min readWhat is Cipher Suites?When a client makes a web or API request to a server, modern security standards require the use of TLS (Transport Layer Security) — a cryptographic protocol that provides confidentiality, integrity, a00
NPNiral Pateliainperf-deep.hashnode.dev·May 11 · 8 min readDebugging mTLS in Gatling: The Silent Failure That Took Hours to CrackA certificate was loaded. Java said nothing. The server just closed the door. I was performance testing a REST API that required mutual TLS (mTLS) authentication. The setup looked correct — .pfx cert00
Nnineincertpulse.hashnode.dev·May 10 · 11 min readWildcard vs SAN Certificates: A Decision Guide for Engineers Who've Been Burned by BothMost teams pick a wildcard certificate the same way they pick coffee: whatever the team running the infrastructure happened to grab first. Then someone leaks the key, and you discover that one .pem file was authoritative for 200 subdomains, including...00