Skip to content

Articles & Guides

Useful resources for web developers and system administrators

SSL
Free SSL via Let's Encrypt: Install certbot in 10 Minutes
Free SSL certificate via Let's Encrypt and certbot: step-by-step install for nginx, Apache, auto-renewal, and gotchas. Works on any Linux.
15.04.2026 · 9 min · 231 views
SSL
TLS 1.3 vs TLS 1.2: What Changed and How to Migrate Correctly
TLS 1.3 vs TLS 1.2 — detailed comparison: speed, security, compatibility. Step-by-step nginx migration guide with backward compatibility notes.
15.04.2026 · 10 min · 237 views
SSL
Incomplete SSL Certificate Chain: How to Diagnose and Fix It
Incomplete SSL chain causes errors on mobile and API clients. Learn how to assemble fullchain.pem, add intermediates, and verify the chain.
15.04.2026 · 8 min · 198 views
SSL
Wildcard vs SAN Certificate: Which to Choose in 2026
Wildcard vs SAN certificates — differences, pricing, security, automation. Which cert type to pick for different architectures and how many domains to cover.
15.04.2026 · 9 min · 245 views
SSL
Self-Signed Certificates: When to Use Them and How to Avoid Warnings
Self-signed SSL certificates: when they're appropriate, how to create them with openssl, trust them system-wide, and when to use Let's Encrypt or internal PKI instead.
15.04.2026 · 8 min · 166 views
SSL
Mixed Content: How to Find and Fix HTTP Resources on HTTPS Sites
Mixed content breaks scripts and styles on HTTPS. Learn how to find HTTP resources, fix them with CSP and upgrade-insecure-requests automatically.
15.04.2026 · 8 min · 159 views
SSL
SSL Handshake Failed: Root Causes and Step-by-Step Diagnosis
SSL handshake failed — deep dive into causes and diagnosis: protocols, SNI, cipher suites, client certs. openssl and curl examples for debugging.
15.04.2026 · 10 min · 197 views
SSL
Expired SSL Certificate: How to Fix NET::ERR_CERT_DATE_INVALID
Expired SSL certificate? Learn how to quickly diagnose and fix NET::ERR_CERT_DATE_INVALID, renew the certificate, and set up monitoring to prevent it.
15.04.2026 · 9 min · 213 views
SEC
SQL Injection Prevention: Prepared Statements and ORM
SQL injection types, prepared statements, PDO, ORM safety, least privilege DB users, WAF. Examples in PHP, Node.js, Python.
15.04.2026 · 10 min · 166 views
SEC
WAF (Web Application Firewall): A Practical Guide
Web Application Firewall basics: mod_security, cloud WAFs (Cloudflare, AWS), OWASP CRS, when you need one, and avoiding false positives.
15.04.2026 · 10 min · 136 views