✅ CONEXIÓN SEGURA (HTTPS REAL)
❌ CONEXIÓN NO SEGURA (HTTP)
REQUEST_SCHEME : = $_SERVER['REQUEST_SCHEME'] ?? '(no definido)' ?>
HTTPS : = $_SERVER['HTTPS'] ?? '(no definido)' ?>
SERVER_PORT : = $_SERVER['SERVER_PORT'] ?? '(no definido)' ?>
X_FORWARDED_PROTO : = $_SERVER['HTTP_X_FORWARDED_PROTO'] ?? '(no definido)' ?>
Si el navegador muestra 🔒 candado y el estado es CONEXIÓN SEGURA, el certificado Let’s Encrypt está funcionando correctamente en el servidor.