cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3030::6815:13f7:8443 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3030::6815:13f7:443 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3035::ac43:be85:80 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 16:06:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-WS-RateLimit-Limit: 1000
X-WS-RateLimit-Remaining: 999
server: cloudflare
vary: Cookie
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KaF52gwjlzQ7RfrOZb7KaniCWpQ0lZL6eh%2FZv0ki31xieaHHVeX74%2BmuYDMCCMgI1GMbczkYWQXJfB1RccLWcsxvo%2F5U0knQjuN4iPV7PO0SXg2yiVa4ltWniViIr%2FOUdvTq"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bacf0cfcc8b0e33-AMS
alt-svc: h3=":443"; ma=86400
Page title: CalmCall – Registrieren
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>CalmCall – Registrieren</title>
<style>
/* ===================== TOKENS ===================== */
:root{
--bg:#0b1020;
--card:#0f1733;
--border:rgba(255,255,255,.10);
--text:rgba(255,255,255,.92);
--muted:#8892a6;
--danger:#ff4d4f;
--ok:#39d98a;
--accent:#6ea8ff;
--shadow: 0 20px 60px rgba(0,0,0,.45);
--radius:22px;
}
*{ box-sizing:border-box; }
/* ===================== GLOBAL BACKGROUND (einmal durchgehend) ===================== */
html, body{ height:100%; }
body{
margin:0;
min-height:100vh;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--text);
background:
radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
var(--bg);
background-attachment: fixed;
}
a{ color: var(--accent); text-decoration:none; }
a:hover{ text-decoration:underline; }
/* ===================== DASHBOARD (deine bestehenden Klassen) ===================== */
.wrap{ max-width:1100px; margin:0 auto; padding:40px 24px; }
.top{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}
.top > :last-child{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
text-align:right;
}
h1{ margin:0; font-size:42px; }
.muted{ color: var(--muted); }
.badge{
margin-top:10px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,.06);
display:inline-block;
font-weight:700;
border:1px solid var(--border);
}
.btn{
padding:12px 18px;
border-radius:12px;
background:linear-gradient(135deg,#7c9cff,#6ee7b7);
border:none;
color:#08101d;
font-weight:900;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
cursor:pointer;
user-select:none;
}
.btn.small{ padding:10px 14px; font-weight:700; }
.btn.disabled{ opacity:.4; pointer-events:none; }
.btn.danger{ background:linear-gradient(135deg,#ff5f5f,#ff9b9b); color:#2b0606; }
.card{
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:var(--radius);
padding:26px;
margin-bottom:16px;
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
}
.ticket{
padding:14px;
border-radius:14px;
background:rgba(255,255,255,.04);
border:1px solid var(--border);
margin-top:10px;
}
.ticket:hover{ background:rgba(255,255,255,.06); }
.ticket a{ text-decoration:none; color:inherit; display:block; }
.ticketTop{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
}
.status{
font-size:12px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.08);
border:1px solid var(--border);
white-space:nowrap;
}
select{
padding:10px 12px;
border-radius:12px;
background: rgba(15,23,51,.55);
color: var(--text);
border:1px solid rgba(110,168,255,.35);
outline:none;
}
select:focus{
border-color: rgba(110,168,255,.55);
box-shadow:0 0 0 4px rgba(110,168,255,.12);
}
select option{ background:#fff; color:#000; }
/* ===================== AUTO AUTH (Login/Register/Forgot) — EXAKT MITTIG ===================== */
/* Aktiv nur, wenn KEIN .wrap (also nicht Dashboard) und ein Passwort-Feld existiert */
body:not(:has(.wrap)):has(input[type="password"]) {
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:0 24px; /* keine vertikale Verschiebung */
}
/* Erster Container unter body wird zur Auth-Card (robust ohne HTML-Änderung) */
body:not(:has(.wrap)):has(input[type="password"]) > *:first-child{
width:100%;
max-width:440px;
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:16px;
paddin
Open service 104.21.19.247:8443 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.190.133:8443 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.190.133:443 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3030::6815:13f7:80 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 16:06:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-WS-RateLimit-Limit: 1000
X-WS-RateLimit-Remaining: 999
server: cloudflare
vary: Cookie
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=C9SW2G5ADFxaZx%2B%2FR5uNGrDrJj%2B%2FU7ye7fOCsipwc30PheT1l9vHZnP1Ooxe7t6gTmaXj6zg%2BYnLaKmxOki4goQ%2FfCaGgI0bzwDL3qzSLTBkQNyQj94TzCjomnx7GH6qCV%2FF"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=103
CF-RAY: 9bacf0d09b64ebb6-YYZ
alt-svc: h3=":443"; ma=86400
Page title: CalmCall – Registrieren
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>CalmCall – Registrieren</title>
<style>
/* ===================== TOKENS ===================== */
:root{
--bg:#0b1020;
--card:#0f1733;
--border:rgba(255,255,255,.10);
--text:rgba(255,255,255,.92);
--muted:#8892a6;
--danger:#ff4d4f;
--ok:#39d98a;
--accent:#6ea8ff;
--shadow: 0 20px 60px rgba(0,0,0,.45);
--radius:22px;
}
*{ box-sizing:border-box; }
/* ===================== GLOBAL BACKGROUND (einmal durchgehend) ===================== */
html, body{ height:100%; }
body{
margin:0;
min-height:100vh;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--text);
background:
radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
var(--bg);
background-attachment: fixed;
}
a{ color: var(--accent); text-decoration:none; }
a:hover{ text-decoration:underline; }
/* ===================== DASHBOARD (deine bestehenden Klassen) ===================== */
.wrap{ max-width:1100px; margin:0 auto; padding:40px 24px; }
.top{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}
.top > :last-child{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
text-align:right;
}
h1{ margin:0; font-size:42px; }
.muted{ color: var(--muted); }
.badge{
margin-top:10px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,.06);
display:inline-block;
font-weight:700;
border:1px solid var(--border);
}
.btn{
padding:12px 18px;
border-radius:12px;
background:linear-gradient(135deg,#7c9cff,#6ee7b7);
border:none;
color:#08101d;
font-weight:900;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
cursor:pointer;
user-select:none;
}
.btn.small{ padding:10px 14px; font-weight:700; }
.btn.disabled{ opacity:.4; pointer-events:none; }
.btn.danger{ background:linear-gradient(135deg,#ff5f5f,#ff9b9b); color:#2b0606; }
.card{
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:var(--radius);
padding:26px;
margin-bottom:16px;
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
}
.ticket{
padding:14px;
border-radius:14px;
background:rgba(255,255,255,.04);
border:1px solid var(--border);
margin-top:10px;
}
.ticket:hover{ background:rgba(255,255,255,.06); }
.ticket a{ text-decoration:none; color:inherit; display:block; }
.ticketTop{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
}
.status{
font-size:12px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.08);
border:1px solid var(--border);
white-space:nowrap;
}
select{
padding:10px 12px;
border-radius:12px;
background: rgba(15,23,51,.55);
color: var(--text);
border:1px solid rgba(110,168,255,.35);
outline:none;
}
select:focus{
border-color: rgba(110,168,255,.55);
box-shadow:0 0 0 4px rgba(110,168,255,.12);
}
select option{ background:#fff; color:#000; }
/* ===================== AUTO AUTH (Login/Register/Forgot) — EXAKT MITTIG ===================== */
/* Aktiv nur, wenn KEIN .wrap (also nicht Dashboard) und ein Passwort-Feld existiert */
body:not(:has(.wrap)):has(input[type="password"]) {
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:0 24px; /* keine vertikale Verschiebung */
}
/* Erster Container unter body wird zur Auth-Card (robust ohne HTML-Änderung) */
body:not(:has(.wrap)):has(input[type="password"]) > *:first-child{
width:100%;
max-width:440px;
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:16px;
paddin
Open service 104.21.19.247:443 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.190.133:80 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 16:06:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-WS-RateLimit-Limit: 1000
X-WS-RateLimit-Remaining: 998
server: cloudflare
vary: Cookie
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bDmFm4kC90u%2BXZIqOTcc3bpe2s5ayBh28y2jBMO9eKAKEMpDBqwR4dDFcMJ4bUY3RxFYifZOokDpr4RfL6ODEkM7sRb6PPjwjnpeSiE9cAbXtYo%2BrhEZ"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bacf0cf682d65d2-FRA
alt-svc: h3=":443"; ma=86400
Page title: CalmCall – Registrieren
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>CalmCall – Registrieren</title>
<style>
/* ===================== TOKENS ===================== */
:root{
--bg:#0b1020;
--card:#0f1733;
--border:rgba(255,255,255,.10);
--text:rgba(255,255,255,.92);
--muted:#8892a6;
--danger:#ff4d4f;
--ok:#39d98a;
--accent:#6ea8ff;
--shadow: 0 20px 60px rgba(0,0,0,.45);
--radius:22px;
}
*{ box-sizing:border-box; }
/* ===================== GLOBAL BACKGROUND (einmal durchgehend) ===================== */
html, body{ height:100%; }
body{
margin:0;
min-height:100vh;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--text);
background:
radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
var(--bg);
background-attachment: fixed;
}
a{ color: var(--accent); text-decoration:none; }
a:hover{ text-decoration:underline; }
/* ===================== DASHBOARD (deine bestehenden Klassen) ===================== */
.wrap{ max-width:1100px; margin:0 auto; padding:40px 24px; }
.top{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}
.top > :last-child{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
text-align:right;
}
h1{ margin:0; font-size:42px; }
.muted{ color: var(--muted); }
.badge{
margin-top:10px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,.06);
display:inline-block;
font-weight:700;
border:1px solid var(--border);
}
.btn{
padding:12px 18px;
border-radius:12px;
background:linear-gradient(135deg,#7c9cff,#6ee7b7);
border:none;
color:#08101d;
font-weight:900;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
cursor:pointer;
user-select:none;
}
.btn.small{ padding:10px 14px; font-weight:700; }
.btn.disabled{ opacity:.4; pointer-events:none; }
.btn.danger{ background:linear-gradient(135deg,#ff5f5f,#ff9b9b); color:#2b0606; }
.card{
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:var(--radius);
padding:26px;
margin-bottom:16px;
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
}
.ticket{
padding:14px;
border-radius:14px;
background:rgba(255,255,255,.04);
border:1px solid var(--border);
margin-top:10px;
}
.ticket:hover{ background:rgba(255,255,255,.06); }
.ticket a{ text-decoration:none; color:inherit; display:block; }
.ticketTop{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
}
.status{
font-size:12px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.08);
border:1px solid var(--border);
white-space:nowrap;
}
select{
padding:10px 12px;
border-radius:12px;
background: rgba(15,23,51,.55);
color: var(--text);
border:1px solid rgba(110,168,255,.35);
outline:none;
}
select:focus{
border-color: rgba(110,168,255,.55);
box-shadow:0 0 0 4px rgba(110,168,255,.12);
}
select option{ background:#fff; color:#000; }
/* ===================== AUTO AUTH (Login/Register/Forgot) — EXAKT MITTIG ===================== */
/* Aktiv nur, wenn KEIN .wrap (also nicht Dashboard) und ein Passwort-Feld existiert */
body:not(:has(.wrap)):has(input[type="password"]) {
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:0 24px; /* keine vertikale Verschiebung */
}
/* Erster Container unter body wird zur Auth-Card (robust ohne HTML-Änderung) */
body:not(:has(.wrap)):has(input[type="password"]) > *:first-child{
width:100%;
max-width:440px;
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:16px;
paddin
Open service 2606:4700:3035::ac43:be85:8443 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.21.19.247:443 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3035::ac43:be85:443 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:10 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.21.19.247:80 · register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 16:06:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-WS-RateLimit-Limit: 1000
X-WS-RateLimit-Remaining: 999
server: cloudflare
vary: Cookie
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tL0CUDwgYdcUJVn01p7Qj8ek2kTgykzDeUuiVcQTmY4eIXvFHbJKpqb5VFAQc74iOYV3r1%2F35O4EnSGDjzRJIDecYo8uRstZQnaUUee74u6DjgIlyR9H"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bacf0cf0faf9766-FRA
alt-svc: h3=":443"; ma=86400
Page title: CalmCall – Registrieren
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>CalmCall – Registrieren</title>
<style>
/* ===================== TOKENS ===================== */
:root{
--bg:#0b1020;
--card:#0f1733;
--border:rgba(255,255,255,.10);
--text:rgba(255,255,255,.92);
--muted:#8892a6;
--danger:#ff4d4f;
--ok:#39d98a;
--accent:#6ea8ff;
--shadow: 0 20px 60px rgba(0,0,0,.45);
--radius:22px;
}
*{ box-sizing:border-box; }
/* ===================== GLOBAL BACKGROUND (einmal durchgehend) ===================== */
html, body{ height:100%; }
body{
margin:0;
min-height:100vh;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--text);
background:
radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
var(--bg);
background-attachment: fixed;
}
a{ color: var(--accent); text-decoration:none; }
a:hover{ text-decoration:underline; }
/* ===================== DASHBOARD (deine bestehenden Klassen) ===================== */
.wrap{ max-width:1100px; margin:0 auto; padding:40px 24px; }
.top{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}
.top > :last-child{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
text-align:right;
}
h1{ margin:0; font-size:42px; }
.muted{ color: var(--muted); }
.badge{
margin-top:10px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,.06);
display:inline-block;
font-weight:700;
border:1px solid var(--border);
}
.btn{
padding:12px 18px;
border-radius:12px;
background:linear-gradient(135deg,#7c9cff,#6ee7b7);
border:none;
color:#08101d;
font-weight:900;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
cursor:pointer;
user-select:none;
}
.btn.small{ padding:10px 14px; font-weight:700; }
.btn.disabled{ opacity:.4; pointer-events:none; }
.btn.danger{ background:linear-gradient(135deg,#ff5f5f,#ff9b9b); color:#2b0606; }
.card{
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:var(--radius);
padding:26px;
margin-bottom:16px;
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
}
.ticket{
padding:14px;
border-radius:14px;
background:rgba(255,255,255,.04);
border:1px solid var(--border);
margin-top:10px;
}
.ticket:hover{ background:rgba(255,255,255,.06); }
.ticket a{ text-decoration:none; color:inherit; display:block; }
.ticketTop{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
}
.status{
font-size:12px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.08);
border:1px solid var(--border);
white-space:nowrap;
}
select{
padding:10px 12px;
border-radius:12px;
background: rgba(15,23,51,.55);
color: var(--text);
border:1px solid rgba(110,168,255,.35);
outline:none;
}
select:focus{
border-color: rgba(110,168,255,.55);
box-shadow:0 0 0 4px rgba(110,168,255,.12);
}
select option{ background:#fff; color:#000; }
/* ===================== AUTO AUTH (Login/Register/Forgot) — EXAKT MITTIG ===================== */
/* Aktiv nur, wenn KEIN .wrap (also nicht Dashboard) und ein Passwort-Feld existiert */
body:not(:has(.wrap)):has(input[type="password"]) {
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:0 24px; /* keine vertikale Verschiebung */
}
/* Erster Container unter body wird zur Auth-Card (robust ohne HTML-Änderung) */
body:not(:has(.wrap)):has(input[type="password"]) > *:first-child{
width:100%;
max-width:440px;
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:16px;
paddin
Open service 2606:4700:3035::ac43:be85:8443 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:11 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3030::6815:13f7:80 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 16:06:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-WS-RateLimit-Limit: 1000
X-WS-RateLimit-Remaining: 999
server: cloudflare
vary: Cookie
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2F%2F3MBfPhHlmCQe1TpvsmA2cBTGTW73IyrcbQk3B3UhiZr8gojMoTCgIFlx4yEr%2FeOf4gBHuq93heQH9uD7gkSVfitF6rfTq9FmcrH2sePt8NZBUhYqkGoCQlEUweQvIM64pVwvj1Pw%3D%3D"}]}
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=64,cfOrigin;dur=181
CF-RAY: 9bacf0cfd8632e9e-EWR
alt-svc: h3=":443"; ma=86400
Page title: CalmCall – Registrieren
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>CalmCall – Registrieren</title>
<style>
/* ===================== TOKENS ===================== */
:root{
--bg:#0b1020;
--card:#0f1733;
--border:rgba(255,255,255,.10);
--text:rgba(255,255,255,.92);
--muted:#8892a6;
--danger:#ff4d4f;
--ok:#39d98a;
--accent:#6ea8ff;
--shadow: 0 20px 60px rgba(0,0,0,.45);
--radius:22px;
}
*{ box-sizing:border-box; }
/* ===================== GLOBAL BACKGROUND (einmal durchgehend) ===================== */
html, body{ height:100%; }
body{
margin:0;
min-height:100vh;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--text);
background:
radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
var(--bg);
background-attachment: fixed;
}
a{ color: var(--accent); text-decoration:none; }
a:hover{ text-decoration:underline; }
/* ===================== DASHBOARD (deine bestehenden Klassen) ===================== */
.wrap{ max-width:1100px; margin:0 auto; padding:40px 24px; }
.top{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}
.top > :last-child{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
text-align:right;
}
h1{ margin:0; font-size:42px; }
.muted{ color: var(--muted); }
.badge{
margin-top:10px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,.06);
display:inline-block;
font-weight:700;
border:1px solid var(--border);
}
.btn{
padding:12px 18px;
border-radius:12px;
background:linear-gradient(135deg,#7c9cff,#6ee7b7);
border:none;
color:#08101d;
font-weight:900;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
cursor:pointer;
user-select:none;
}
.btn.small{ padding:10px 14px; font-weight:700; }
.btn.disabled{ opacity:.4; pointer-events:none; }
.btn.danger{ background:linear-gradient(135deg,#ff5f5f,#ff9b9b); color:#2b0606; }
.card{
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:var(--radius);
padding:26px;
margin-bottom:16px;
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
}
.ticket{
padding:14px;
border-radius:14px;
background:rgba(255,255,255,.04);
border:1px solid var(--border);
margin-top:10px;
}
.ticket:hover{ background:rgba(255,255,255,.06); }
.ticket a{ text-decoration:none; color:inherit; display:block; }
.ticketTop{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
}
.status{
font-size:12px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.08);
border:1px solid var(--border);
white-space:nowrap;
}
select{
padding:10px 12px;
border-radius:12px;
background: rgba(15,23,51,.55);
color: var(--text);
border:1px solid rgba(110,168,255,.35);
outline:none;
}
select:focus{
border-color: rgba(110,168,255,.55);
box-shadow:0 0 0 4px rgba(110,168,255,.12);
}
select option{ background:#fff; color:#000; }
/* ===================== AUTO AUTH (Login/Register/Forgot) — EXAKT MITTIG ===================== */
/* Aktiv nur, wenn KEIN .wrap (also nicht Dashboard) und ein Passwort-Feld existiert */
body:not(:has(.wrap)):has(input[type="password"]) {
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:0 24px; /* keine vertikale Verschiebung */
}
/* Erster Container unter body wird zur Auth-Card (robust ohne HTML-Änderung) */
body:not(:has(.wrap)):has(input[type="password"]) > *:first-child{
width:100%;
max-width:440px;
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:16px;
paddin
Open service 104.21.19.247:80 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 16:06:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-WS-RateLimit-Limit: 1000
X-WS-RateLimit-Remaining: 999
server: cloudflare
vary: Cookie
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8FB4lCf76kCMLknuS5wdH61AopTPaBuCEP7UqBY7lRtr5rJv%2F7AZXTB8nhjjqB2N7p7YSgscVaR%2FaCeNQvAABRD7zpntnUoNr2laWLV0FrG8eyFY4EG9roPvnQ%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bacf0cefcdb666e-AMS
alt-svc: h3=":443"; ma=86400
Page title: CalmCall – Registrieren
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>CalmCall – Registrieren</title>
<style>
/* ===================== TOKENS ===================== */
:root{
--bg:#0b1020;
--card:#0f1733;
--border:rgba(255,255,255,.10);
--text:rgba(255,255,255,.92);
--muted:#8892a6;
--danger:#ff4d4f;
--ok:#39d98a;
--accent:#6ea8ff;
--shadow: 0 20px 60px rgba(0,0,0,.45);
--radius:22px;
}
*{ box-sizing:border-box; }
/* ===================== GLOBAL BACKGROUND (einmal durchgehend) ===================== */
html, body{ height:100%; }
body{
margin:0;
min-height:100vh;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--text);
background:
radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
var(--bg);
background-attachment: fixed;
}
a{ color: var(--accent); text-decoration:none; }
a:hover{ text-decoration:underline; }
/* ===================== DASHBOARD (deine bestehenden Klassen) ===================== */
.wrap{ max-width:1100px; margin:0 auto; padding:40px 24px; }
.top{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}
.top > :last-child{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
text-align:right;
}
h1{ margin:0; font-size:42px; }
.muted{ color: var(--muted); }
.badge{
margin-top:10px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,.06);
display:inline-block;
font-weight:700;
border:1px solid var(--border);
}
.btn{
padding:12px 18px;
border-radius:12px;
background:linear-gradient(135deg,#7c9cff,#6ee7b7);
border:none;
color:#08101d;
font-weight:900;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
cursor:pointer;
user-select:none;
}
.btn.small{ padding:10px 14px; font-weight:700; }
.btn.disabled{ opacity:.4; pointer-events:none; }
.btn.danger{ background:linear-gradient(135deg,#ff5f5f,#ff9b9b); color:#2b0606; }
.card{
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:var(--radius);
padding:26px;
margin-bottom:16px;
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
}
.ticket{
padding:14px;
border-radius:14px;
background:rgba(255,255,255,.04);
border:1px solid var(--border);
margin-top:10px;
}
.ticket:hover{ background:rgba(255,255,255,.06); }
.ticket a{ text-decoration:none; color:inherit; display:block; }
.ticketTop{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
}
.status{
font-size:12px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.08);
border:1px solid var(--border);
white-space:nowrap;
}
select{
padding:10px 12px;
border-radius:12px;
background: rgba(15,23,51,.55);
color: var(--text);
border:1px solid rgba(110,168,255,.35);
outline:none;
}
select:focus{
border-color: rgba(110,168,255,.55);
box-shadow:0 0 0 4px rgba(110,168,255,.12);
}
select option{ background:#fff; color:#000; }
/* ===================== AUTO AUTH (Login/Register/Forgot) — EXAKT MITTIG ===================== */
/* Aktiv nur, wenn KEIN .wrap (also nicht Dashboard) und ein Passwort-Feld existiert */
body:not(:has(.wrap)):has(input[type="password"]) {
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:0 24px; /* keine vertikale Verschiebung */
}
/* Erster Container unter body wird zur Auth-Card (robust ohne HTML-Änderung) */
body:not(:has(.wrap)):has(input[type="password"]) > *:first-child{
width:100%;
max-width:440px;
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:16px;
paddin
Open service 2606:4700:3030::6815:13f7:443 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:10 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 104.21.19.247:8443 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:10 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.190.133:8443 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:10 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 172.67.190.133:80 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 16:06:11 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-WS-RateLimit-Limit: 1000
X-WS-RateLimit-Remaining: 999
server: cloudflare
vary: Cookie
vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uA5FAohc7nJl%2FTMjRCUYwAqirzZlXJlydOMA2aA6D1ewr0o7zLm2qrlw9L23Jz%2BQCN4Pk8RmYh0lACeEaZiu1%2FTHpeA3diPJkDOuaPLd8zxnDcx0iXlkb7MB%2BQ%3D%3D"}]}
cf-cache-status: DYNAMIC
CF-RAY: 9bacf0cefd6ace9d-FRA
alt-svc: h3=":443"; ma=86400
Page title: CalmCall – Registrieren
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>CalmCall – Registrieren</title>
<style>
/* ===================== TOKENS ===================== */
:root{
--bg:#0b1020;
--card:#0f1733;
--border:rgba(255,255,255,.10);
--text:rgba(255,255,255,.92);
--muted:#8892a6;
--danger:#ff4d4f;
--ok:#39d98a;
--accent:#6ea8ff;
--shadow: 0 20px 60px rgba(0,0,0,.45);
--radius:22px;
}
*{ box-sizing:border-box; }
/* ===================== GLOBAL BACKGROUND (einmal durchgehend) ===================== */
html, body{ height:100%; }
body{
margin:0;
min-height:100vh;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color: var(--text);
background:
radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
var(--bg);
background-attachment: fixed;
}
a{ color: var(--accent); text-decoration:none; }
a:hover{ text-decoration:underline; }
/* ===================== DASHBOARD (deine bestehenden Klassen) ===================== */
.wrap{ max-width:1100px; margin:0 auto; padding:40px 24px; }
.top{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:20px;
margin-bottom:20px;
flex-wrap:wrap;
}
.top > :last-child{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
text-align:right;
}
h1{ margin:0; font-size:42px; }
.muted{ color: var(--muted); }
.badge{
margin-top:10px;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,.06);
display:inline-block;
font-weight:700;
border:1px solid var(--border);
}
.btn{
padding:12px 18px;
border-radius:12px;
background:linear-gradient(135deg,#7c9cff,#6ee7b7);
border:none;
color:#08101d;
font-weight:900;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
cursor:pointer;
user-select:none;
}
.btn.small{ padding:10px 14px; font-weight:700; }
.btn.disabled{ opacity:.4; pointer-events:none; }
.btn.danger{ background:linear-gradient(135deg,#ff5f5f,#ff9b9b); color:#2b0606; }
.card{
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:var(--radius);
padding:26px;
margin-bottom:16px;
box-shadow: var(--shadow);
backdrop-filter: blur(10px);
}
.ticket{
padding:14px;
border-radius:14px;
background:rgba(255,255,255,.04);
border:1px solid var(--border);
margin-top:10px;
}
.ticket:hover{ background:rgba(255,255,255,.06); }
.ticket a{ text-decoration:none; color:inherit; display:block; }
.ticketTop{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
}
.status{
font-size:12px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.08);
border:1px solid var(--border);
white-space:nowrap;
}
select{
padding:10px 12px;
border-radius:12px;
background: rgba(15,23,51,.55);
color: var(--text);
border:1px solid rgba(110,168,255,.35);
outline:none;
}
select:focus{
border-color: rgba(110,168,255,.55);
box-shadow:0 0 0 4px rgba(110,168,255,.12);
}
select option{ background:#fff; color:#000; }
/* ===================== AUTO AUTH (Login/Register/Forgot) — EXAKT MITTIG ===================== */
/* Aktiv nur, wenn KEIN .wrap (also nicht Dashboard) und ein Passwort-Feld existiert */
body:not(:has(.wrap)):has(input[type="password"]) {
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:0 24px; /* keine vertikale Verschiebung */
}
/* Erster Container unter body wird zur Auth-Card (robust ohne HTML-Änderung) */
body:not(:has(.wrap)):has(input[type="password"]) > *:first-child{
width:100%;
max-width:440px;
background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
border:1px solid var(--border);
border-radius:16px;
paddin
Open service 172.67.190.133:443 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:10 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3030::6815:13f7:8443 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:10 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3035::ac43:be85:443 · www.register.cortexworks.de
2026-01-08 16:06
HTTP/1.1 400 Bad Request Server: cloudflare Date: Thu, 08 Jan 2026 16:06:10 GMT Content-Type: text/html Content-Length: 253 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html>