<!DOCTYPE html>
<html lang="id">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Nginx Gateway - HTTPS Test OK</title>
    <style>
        body { font-family: system-ui, -apple-system, sans-serif; background: #0f172a; color: #f8fafc; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; }
        .card { background: #1e293b; padding: 2.5rem; border-radius: 16px; border: 1px solid #334155; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.5); max-width: 520px; width: 90%; text-align: center; }
        .badge { display: inline-block; padding: 0.35rem 1rem; border-radius: 9999px; font-weight: 600; font-size: 0.85rem; background: rgba(34, 197, 94, 0.15); color: #4ade80; border: 1px solid rgba(34, 197, 94, 0.3); margin-bottom: 1rem; }
        h1 { margin: 0 0 0.5rem 0; font-size: 1.8rem; color: #38bdf8; }
        p { color: #94a3b8; font-size: 0.95rem; line-height: 1.6; margin: 0.5rem 0; }
        .info { background: #0b1120; border-radius: 8px; padding: 1rem; margin-top: 1.5rem; text-align: left; font-size: 0.85rem; font-family: monospace; color: #cbd5e1; }
        .info-row { display: flex; justify-content: space-between; margin-bottom: 0.4rem; }
        .info-label { color: #64748b; }
    </style>
</head>
<body>
    <div class="card">
        <div class="badge">🔒 SSL / HTTPS SECURE ACTIVE</div>
        <h1>Test Domain SSL Berhasil!</h1>
        <p>Layanan Nginx HTTPS dan sertifikat DigiCert Wildcard berfungsi sempurna.</p>
        <div class="info">
            <div class="info-row"><span class="info-label">Host Domain:</span> <span>smartcity.malangkota.go.id</span></div>
            <div class="info-row"><span class="info-label">Port HTTPS:</span> <span>443</span></div>
            <div class="info-row"><span class="info-label">Client IP:</span> <span>216.73.216.169</span></div>
            <div class="info-row"><span class="info-label">SSL Protocol:</span> <span>TLSv1.3 (TLS_AES_256_GCM_SHA384)</span></div>
            <div class="info-row"><span class="info-label">Timestamp:</span> <span>17/Sep/2026:17:07:49 +0700</span></div>
        </div>
    </div>
</body>
</html>